diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-25 21:36:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-25 21:36:18 +0000 |
commit | a90c889e49a6ceb221e83c5d09ef2a03d279ccaf (patch) | |
tree | fae93302eea6b72f2efc655cb3034c8c03888a5d /security/cksfv | |
parent | 2243fd1dfa6fd36fc32822561c8ac40e392fc68f (diff) | |
download | ports-a90c889e49a6ceb221e83c5d09ef2a03d279ccaf.tar.gz ports-a90c889e49a6ceb221e83c5d09ef2a03d279ccaf.zip |
Notes
Diffstat (limited to 'security/cksfv')
-rw-r--r-- | security/cksfv/Makefile | 20 | ||||
-rw-r--r-- | security/cksfv/distinfo | 4 |
2 files changed, 18 insertions, 6 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 723643642153..39c7967cf2e1 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -6,18 +6,30 @@ # PORTNAME= cksfv -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.7 CATEGORIES= security -MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ +MASTER_SITES= http://www.iki.fi/shd/foss/cksfv/files/ \ + http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files -PLIST_FILES= bin/cksfv - HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX} MAN1= cksfv.1 +PLIST_FILES= bin/cksfv +PORTDOCS= README ChangeLog + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff --git a/security/cksfv/distinfo b/security/cksfv/distinfo index f7b5d970ea32..30e64464b4ca 100644 --- a/security/cksfv/distinfo +++ b/security/cksfv/distinfo @@ -1,2 +1,2 @@ -MD5 (cksfv-1.3.6.tar.gz) = e952bae247ddce191a0f807966efa9d7 -SIZE (cksfv-1.3.6.tar.gz) = 23636 +MD5 (cksfv-1.3.7.tar.gz) = 91dd03f267c56bdf6ac5f17b69fb7ced +SIZE (cksfv-1.3.7.tar.gz) = 23955 |