diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-04-24 20:11:01 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-04-24 20:11:01 +0000 |
commit | a39d5573ba14d3ab5f4e7d8995c62ac5d63581f4 (patch) | |
tree | fa85e19c3d2123162fdbd7b073bec62ca64cae6e /ports-mgmt/portbuilder | |
parent | 0240ab15740ae52bb3c5b8bb8a7a3f2c869f0883 (diff) | |
download | ports-a39d5573ba14d3ab5f4e7d8995c62ac5d63581f4.tar.gz ports-a39d5573ba14d3ab5f4e7d8995c62ac5d63581f4.zip |
Notes
Diffstat (limited to 'ports-mgmt/portbuilder')
-rw-r--r-- | ports-mgmt/portbuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portbuilder/Makefile b/ports-mgmt/portbuilder/Makefile index c3db25796e79..f26a1ecd5e58 100644 --- a/ports-mgmt/portbuilder/Makefile +++ b/ports-mgmt/portbuilder/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/ MAINTAINER= dbn@FreeBSD.org COMMENT= Concurrent FreeBSD port builder -LICENSE= BSD +LICENSE= BSD2CLAUSE USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_XZ= yes +USES= tar:xz PORTDOCS= BUGS ChangeLog COPYRIGHT README |