aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 19:42:09 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 19:42:09 +0800
commitceb80db40834b5427892a31667f5cc0ba9e8f7d3 (patch)
tree7d6618acee81911dc8bd260e64cacff067b13531
parent6bce76693a68e1608ca88ce47b7d367f37199bcf (diff)
downloadfreebsd-ports-gnome-ceb80db40834b5427892a31667f5cc0ba9e8f7d3.tar.gz
freebsd-ports-gnome-ceb80db40834b5427892a31667f5cc0ba9e8f7d3.tar.zst
freebsd-ports-gnome-ceb80db40834b5427892a31667f5cc0ba9e8f7d3.zip
Support staging
-rw-r--r--security/md4coll/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/md4coll/Makefile b/security/md4coll/Makefile
index 080c0e43206c..5a656089dbb1 100644
--- a/security/md4coll/Makefile
+++ b/security/md4coll/Makefile
@@ -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>