aboutsummaryrefslogtreecommitdiff
path: root/security/md5coll
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:47:03 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 11:47:03 +0000
commitbcbfa3e97e63a442741cec3923ed0a1342637ad9 (patch)
tree18ee85271f63d9045578ce82de33bf48b88f9f56 /security/md5coll
parent709d4bfa1f07e58d1697c5731cb89429683879e2 (diff)
downloadports-bcbfa3e97e63a442741cec3923ed0a1342637ad9.tar.gz
ports-bcbfa3e97e63a442741cec3923ed0a1342637ad9.zip
Notes
Diffstat (limited to 'security/md5coll')
-rw-r--r--security/md5coll/Makefile8
-rw-r--r--security/md5coll/pkg-message4
2 files changed, 1 insertions, 11 deletions
diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile
index 25981a068232..ddb6735a87c3 100644
--- a/security/md5coll/Makefile
+++ b/security/md5coll/Makefile
@@ -13,12 +13,9 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast MD5 collision generator
-ONLY_FOR_ARCHS= i386
-
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
post-extract:
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
@@ -26,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>
diff --git a/security/md5coll/pkg-message b/security/md5coll/pkg-message
deleted file mode 100644
index 40d6398f33e5..000000000000
--- a/security/md5coll/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
----------------------------------------------------------------------
-Please check http://www.stachliu.com/collisions.html for instructions
-on how to use this application.
----------------------------------------------------------------------