aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:47:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:47:41 +0000
commit8f896af2f2e68061ed4a7511066b94fe2146bec6 (patch)
treeea8c12549918a60fb1b3f96f6f77b2acef5a73a4
parentc35e7a0c9271e46dfa26df52ab32ca21d2a0bca1 (diff)
downloadports-8f896af2f2e68061ed4a7511066b94fe2146bec6.tar.gz
ports-8f896af2f2e68061ed4a7511066b94fe2146bec6.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343902
-rw-r--r--net-mgmt/sing/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile
index ddd7a94d5ad8..2cc3343c357d 100644
--- a/net-mgmt/sing/Makefile
+++ b/net-mgmt/sing/Makefile
@@ -21,12 +21,11 @@ CONFIGURE_ARGS+=--with-libpcap-prefix=/usr
CONFIGURE_ENV= LIBS="`${LIBNET_CONFIG} --libs`"
CPPFLAGS+= `${LIBNET_CONFIG} --defines` \
`${LIBNET_CONFIG} --cflags`
-MAN8= sing.8
-PLIST_FILES= sbin/sing
+PLIST_FILES= sbin/sing \
+ man/man8/sing.8.gz
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-NO_STAGE= yes
post-extract:
@${RM} -rf ${WRKSRC}/libpcap-* ;\
${RM} -rf ${WRKSRC}/Libnet-*