svn commit: r345971 - head/security/pktsuckers

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 11:53:44 UTC 2014


Author: ehaupt
Date: Tue Feb 25 11:53:43 2014
New Revision: 345971
URL: http://svnweb.freebsd.org/changeset/ports/345971
QAT: https://qat.redports.org/buildarchive/r345971/

Log:
  Support staging

Modified:
  head/security/pktsuckers/Makefile

Modified: head/security/pktsuckers/Makefile
==============================================================================
--- head/security/pktsuckers/Makefile	Tue Feb 25 11:52:57 2014	(r345970)
+++ head/security/pktsuckers/Makefile	Tue Feb 25 11:53:43 2014	(r345971)
@@ -12,14 +12,12 @@ COMMENT=	Log contents of unwanted UDP pa
 
 PLIST_FILES=	libexec/tcpsuck libexec/udpsuck
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^void main|int main|' ${WRKSRC}/tcpsuck.c ${WRKSRC}/udpsuck.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec
-	${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${STAGEDIR}${PREFIX}/libexec
+	${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${STAGEDIR}${PREFIX}/libexec
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list