aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>