svn commit: r343902 - head/net-mgmt/sing

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:47:42 UTC 2014


Author: miwi
Date: Wed Feb 12 10:47:41 2014
New Revision: 343902
URL: http://svnweb.freebsd.org/changeset/ports/343902
QAT: https://qat.redports.org/buildarchive/r343902/

Log:
  - Stage support

Modified:
  head/net-mgmt/sing/Makefile

Modified: head/net-mgmt/sing/Makefile
==============================================================================
--- head/net-mgmt/sing/Makefile	Wed Feb 12 10:47:29 2014	(r343901)
+++ head/net-mgmt/sing/Makefile	Wed Feb 12 10:47:41 2014	(r343902)
@@ -21,12 +21,11 @@ CONFIGURE_ARGS+=--with-libpcap-prefix=/u
 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-*


More information about the svn-ports-all mailing list