From bcbfa3e97e63a442741cec3923ed0a1342637ad9 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 25 Feb 2014 11:47:03 +0000 Subject: [PATCH] - Support staging - Remove pkg-message, URL does not exist anymore - This port also builds on amd64 and possibly other archs --- security/md5coll/Makefile | 8 +------- security/md5coll/pkg-message | 4 ---- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 security/md5coll/pkg-message 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 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. ----------------------------------------------------------------------