svn commit: r345077 - head/dns/dnscap

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 11:55:57 UTC 2014


Author: ehaupt
Date: Wed Feb 19 11:55:56 2014
New Revision: 345077
URL: http://svnweb.freebsd.org/changeset/ports/345077
QAT: https://qat.redports.org/buildarchive/r345077/

Log:
  Support staging

Modified:
  head/dns/dnscap/Makefile

Modified: head/dns/dnscap/Makefile
==============================================================================
--- head/dns/dnscap/Makefile	Wed Feb 19 11:55:00 2014	(r345076)
+++ head/dns/dnscap/Makefile	Wed Feb 19 11:55:56 2014	(r345077)
@@ -11,12 +11,10 @@ COMMENT=	DNS network traffic capture uti
 
 HAS_CONFIGURE=	yes
 
-MAN1=		dnscap.1
-PLIST_FILES=	bin/dnscap
+PLIST_FILES=	bin/dnscap man/man1/dnscap.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list