Index: head/security/cksfv/Makefile =================================================================== --- head/security/cksfv/Makefile (revision 146352) +++ head/security/cksfv/Makefile (revision 146353) @@ -1,23 +1,35 @@ # New ports collection makefile for: cksfv # Date created: 18 October 2000 # Whom: Johann Visagie # # $FreeBSD$ # 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 Property changes on: head/security/cksfv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/cksfv/distinfo =================================================================== --- head/security/cksfv/distinfo (revision 146352) +++ head/security/cksfv/distinfo (revision 146353) @@ -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 Property changes on: head/security/cksfv/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property