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 /misc | |
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 'misc')
-rw-r--r-- | misc/bestfit/Makefile | 4 | ||||
-rw-r--r-- | misc/countrycodes/Makefile | 4 | ||||
-rw-r--r-- | misc/ddate/Makefile | 4 | ||||
-rw-r--r-- | misc/gnu-watch/Makefile | 4 | ||||
-rw-r--r-- | misc/gopod/Makefile | 2 | ||||
-rw-r--r-- | misc/talkfilters/Makefile | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index f223db168228..62b7f3abbb6b 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Optimally choose files to be put on a CD (or other media) +LICENSE= GPLv2 + GNU_CONFIGURE= yes MANCOMPRESSED= no MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - MAN1= bestfit.1 PLIST_FILES= bin/bestfit diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index 3148ad255369..743e272a6c34 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= http://www.grigna.com/diego/linux/countrycodes/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= An ISO 3166 country code finder +LICENSE= GPLv2 + BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - PLIST_FILES= bin/iso3166 PORTDOCS= README MAN1= iso3166.1 diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index 37a7554fb639..9bf11fd1fad0 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -16,14 +16,14 @@ DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command to print the date in Discordian date format +LICENSE= GPLv2 + PLIST_FILES= bin/ddate GNU_CONFIGURE= yes USE_BZIP2= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - MAN1= ddate.1 pre-everything:: diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index 5e6e58cb3b1a..eef12a79ae0e 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -16,12 +16,12 @@ DISTNAME= procps-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GNU watch command +LICENSE= GPLv2 + MAKE_JOBS_SAFE= yes LDFLAGS+= -lncurses -LICENSE= GPLv2 - MAN1= gnu-watch.1 PLIST_FILES= bin/${UNIQUENAME} diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 12cf5a14e3d5..087cb7737971 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -23,7 +23,7 @@ MAKE_JOBS_SAFE= yes MAKE_ARGS+= CC="${CC}" -RESTRICTED= "Unclear legal status in EU countries" +RESTRICTED= Unclear legal status in EU countries .if ${PKGNAMEPREFIX} == "" PLIST_FILES= bin/gopod diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 433863d66254..461f9be31039 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.hyperrealm.com/talkfilters/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Set of filters to convert English text to various stereotyped dialects +LICENSE= GPLv2 + CONFLICTS= jive* chef* filters-* GNU_CONFIGURE= yes @@ -41,8 +43,6 @@ MLINKS= talkfilters.1 austro.1 \ talkfilters.1 warez.1 INFO= talkfilters -LICENSE= GPLv2 - pre-everything:: @${ECHO_MSG} "Please note that some of the filters contain language that may" @${ECHO_MSG} "be objectionable to some. They are provided uncensored, in their" |