aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-25 19:47:03 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-25 19:47:03 +0800
commite7c87f6daabc889647c7e000c61b48563766ee0c (patch)
tree18ee85271f63d9045578ce82de33bf48b88f9f56
parentceb80db40834b5427892a31667f5cc0ba9e8f7d3 (diff)
downloadfreebsd-ports-gnome-e7c87f6daabc889647c7e000c61b48563766ee0c.tar.gz
freebsd-ports-gnome-e7c87f6daabc889647c7e000c61b48563766ee0c.tar.zst
freebsd-ports-gnome-e7c87f6daabc889647c7e000c61b48563766ee0c.zip
- Support staging
- Remove pkg-message, URL does not exist anymore - This port also builds on amd64 and possibly other archs
-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.
----------------------------------------------------------------------