diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-01-06 13:13:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-01-06 13:13:04 +0000 |
commit | fd16af0908540e40018b04d97295042164feac40 (patch) | |
tree | dc3c1ed15b8f58a90079ca1c8aa7bdfe89be22de /security/cksfv/Makefile | |
parent | 6ddb4818f3e6b6d150b14efdb1817fa4fca162b0 (diff) | |
download | ports-fd16af0908540e40018b04d97295042164feac40.tar.gz ports-fd16af0908540e40018b04d97295042164feac40.zip |
Notes
Diffstat (limited to 'security/cksfv/Makefile')
-rw-r--r-- | security/cksfv/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 39c7967cf2e1..7875a9a6df04 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -6,21 +6,25 @@ # PORTNAME= cksfv -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= security -MASTER_SITES= http://www.iki.fi/shd/foss/cksfv/files/ \ - http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ +MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ \ + http://critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files HAS_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX} MAN1= cksfv.1 PLIST_FILES= bin/cksfv PORTDOCS= README ChangeLog +post-patch: + @${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|' ${WRKSRC}/src/Makefile.in + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 |