diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-02-19 07:02:58 +0000 |
commit | b3e78ade011570b1dcd461898d088ea9902301f3 (patch) | |
tree | 1b9d2a85506cfbc18e5e565e509c8f2fda283e6c /ports-mgmt/portell | |
parent | 062278df4f252956f2bda5c98ae5be602329048b (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portell')
-rw-r--r-- | ports-mgmt/portell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 45c7cd47ecea..42eb9bca2d60 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= Quick display of FreeBSD port descriptions -USE_ZIP= YES -USE_PYTHON= YES -NO_BUILD= YES +USE_ZIP= yes +USE_PYTHON= yes +NO_BUILD= yes PLIST_FILES= bin/portell PORTDOCS= README.txt |