aboutsummaryrefslogtreecommitdiffstats
path: root/security/cksfv/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-21 17:03:48 +0800
committerpav <pav@FreeBSD.org>2005-07-21 17:03:48 +0800
commitc205e47c72ee1b7d6ca1db6ce6f0b22954c92ace (patch)
treecf8a3cf2528f4bfec4eccd46fa726d55d2dd960d /security/cksfv/Makefile
parent8a61237521f4c351ef56f83921864c1aa2f0fd73 (diff)
downloadfreebsd-ports-gnome-c205e47c72ee1b7d6ca1db6ce6f0b22954c92ace.tar.gz
freebsd-ports-gnome-c205e47c72ee1b7d6ca1db6ce6f0b22954c92ace.tar.zst
freebsd-ports-gnome-c205e47c72ee1b7d6ca1db6ce6f0b22954c92ace.zip
- Update to 1.3.5
PR: ports/83823 Submitted by: Travis Poppe <tlp@liquidx.org>
Diffstat (limited to 'security/cksfv/Makefile')
-rw-r--r--security/cksfv/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile
index 0049a940d73f..12f89a0bcb77 100644
--- a/security/cksfv/Makefile
+++ b/security/cksfv/Makefile
@@ -6,24 +6,18 @@
#
PORTNAME= cksfv
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.3.5
CATEGORIES= security
-MASTER_SITES= http://www.fodder.org/cksfv/
+MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
-BUILD_WRKSRC= ${WRKSRC}/src
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-USE_GMAKE= yes
-ALL_TARGET= ${PORTNAME}
-MAKE_ENV+= VERSION=${PORTVERSION}
+PLIST_FILES= bin/cksfv
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/cksfv
- @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
-.endif
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX}
+
+MAN1= cksfv.1
.include <bsd.port.mk>