diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:24:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:24:42 +0800 |
commit | f7e87c4706b184251e7b2c6291533bfe35a31bb1 (patch) | |
tree | df70fc64879654be75f989e1530fe8503fcfa4d6 /misc/getopt | |
parent | 197219ec36443a36e688f11bdcbfa288cc7d980c (diff) | |
download | freebsd-ports-gnome-f7e87c4706b184251e7b2c6291533bfe35a31bb1.tar.gz freebsd-ports-gnome-f7e87c4706b184251e7b2c6291533bfe35a31bb1.tar.zst freebsd-ports-gnome-f7e87c4706b184251e7b2c6291533bfe35a31bb1.zip |
- Update LICENSE
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 31574eeb478b..66f46abec763 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://frodo.looijaard.name/system/files/software/getopt/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes |