-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here is the shell script I use (slightly modified as to remove my own stuff): I'm not very familiar with the BSD ports system. Is it possible to add this type of functionality right into /usr/ports/Mk/bsd....?
#!/bin/sh if [ "$1" = "install" ]; then shift 1; newargs=""; for arg do newargs="$newargs $arg"; done make fetch-recursive & make install $newargs fi; -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj88o8ACgkQtl8kq+nCzNGnsQCfaUkt2YL3WS36vNmByeRJItHq rtUAn06m+d+X6CnT9BrU9KuA7eIpfYHp =WAMd -----END PGP SIGNATURE----- _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"