diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /security | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
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 |