diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /security | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cksfv/Makefile | 4 | ||||
-rw-r--r-- | security/pure-sfv/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 72ac9082b73e..0172f27256e1 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://zakalwe.fi/~shd/foss/cksfv/files/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create or manipulate Simple File Verification (SFV) checksum files +LICENSE= GPLv2 + HAS_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX} -LICENSE= GPLv2 - MAN1= cksfv.1 PLIST_FILES= bin/cksfv PORTDOCS= README ChangeLog diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index e47a83b7df94..2e663583864b 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -14,13 +14,13 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility to test and create .sfv files +LICENSE= GPLv2 + USE_GMAKE= yes MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR} -LICENSE= GPLv2 - PLIST_FILES= bin/pure-sfv PORTDOCS= ReadMe.txt |