1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Support staging

- Remove pkg-message, URL does not exist anymore
- This port also builds on amd64 and possibly other archs
This commit is contained in:
Emanuel Haupt 2014-02-25 11:47:03 +00:00
parent 709d4bfa1f
commit bcbfa3e97e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345968
2 changed files with 1 additions and 11 deletions

View File

@ -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>

View File

@ -1,4 +0,0 @@
---------------------------------------------------------------------
Please check http://www.stachliu.com/collisions.html for instructions
on how to use this application.
---------------------------------------------------------------------