diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 19:47:03 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 19:47:03 +0800 |
commit | e7c87f6daabc889647c7e000c61b48563766ee0c (patch) | |
tree | 18ee85271f63d9045578ce82de33bf48b88f9f56 | |
parent | ceb80db40834b5427892a31667f5cc0ba9e8f7d3 (diff) | |
download | freebsd-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/Makefile | 8 | ||||
-rw-r--r-- | security/md5coll/pkg-message | 4 |
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. ---------------------------------------------------------------------- |