diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 00:48:41 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 00:48:41 -0400 |
commit | 34a2fe27de36173ec0f303d28739161069c69021 (patch) | |
tree | cc3bc5008c427335b553e03cf9de40a7b078b5d9 /packaging/freebsd/Makefile | |
parent | 3e9ce2a262a339abf9a3fb1bdc8c91ebfc571aff (diff) |
more packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, apparently)
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r-- | packaging/freebsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile index 8a12794..5b96f7a 100644 --- a/packaging/freebsd/Makefile +++ b/packaging/freebsd/Makefile @@ -21,7 +21,6 @@ COMMENT= use the OpenPGP web of trust to verify ssh connections LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls RUN_DEPENDS= base64:${PORTSDIR}/converters/base64 \ gpg:${PORTSDIR}/security/gnupg \ - nc:${PORTSDIR}/net/netcat \ bash:${PORTSDIR}/shells/bash MAN1= monkeysphere.1 openpgp2ssh.1 monkeysphere-ssh-proxycommand.1 @@ -29,4 +28,6 @@ MAN7= monkeysphere.7 MAN8= monkeysphere-server.8 MANCOMPRESSED= yes +ETCPREFIX = /usr/local + .include <bsd.port.mk> |