Hi, Miroslav Lachman wrote: > Hi, > > I tried -x to exclude some port from recursive upgrade, but it seems not > working. > > # portmaster -x mysql-client-* phpMyAdmin-3.1.5
Escape the asterix: portmaster -x mysql-client-\* phpMyAdmin-3.1.5 That should work. -- Frederique _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
