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/countrycodes | |
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/countrycodes')
-rw-r--r-- | misc/countrycodes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |