diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-25 23:27:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-25 23:27:31 +0000 |
commit | 6a40386c93ac353b17fdf6129cc49b019864e21f (patch) | |
tree | 9e47d3f85124459d9d43cf772b464da7b0a761e9 /ports-mgmt | |
parent | f79ebea9535507dc5fc5bfa95713cffdd4f1c9d6 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/genplist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile index 4901d0b9f161..80bbe9b63aee 100644 --- a/ports-mgmt/genplist/Makefile +++ b/ports-mgmt/genplist/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ MAINTAINER= jwbacon@tds.net COMMENT= Generates a static plist for a port -LICENSE= BSD +LICENSE= BSD2CLAUSE NO_BUILD= yes -USE_XZ= yes +USES= tar:xz PLIST_FILES= bin/genplist man/man1/genplist.1.gz |