svn commit: r345967 - head/security/md4coll

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 11:42:10 UTC 2014


Author: ehaupt
Date: Tue Feb 25 11:42:09 2014
New Revision: 345967
URL: http://svnweb.freebsd.org/changeset/ports/345967
QAT: https://qat.redports.org/buildarchive/r345967/

Log:
  Support staging

Modified:
  head/security/md4coll/Makefile

Modified: head/security/md4coll/Makefile
==============================================================================
--- head/security/md4coll/Makefile	Tue Feb 25 11:41:22 2014	(r345966)
+++ head/security/md4coll/Makefile	Tue Feb 25 11:42:09 2014	(r345967)
@@ -16,7 +16,6 @@ COMMENT=	Fast MD4 collision generator
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
 
@@ -24,9 +23,6 @@ do-build:
 	${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list