aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-10-15 15:50:21 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-10-15 15:50:21 +0000
commitc3b5b180ed3596d11b4ceb1804af164b09634878 (patch)
tree941cf80e3879ac0aa9b5b03412d5c179e10ba937 /ports-mgmt/portmaster
parentb9464dd81bf873801742e3435056571cb5e2781d (diff)
downloadports-c3b5b180ed3596d11b4ceb1804af164b09634878.tar.gz
ports-c3b5b180ed3596d11b4ceb1804af164b09634878.zip
Notes
Diffstat (limited to 'ports-mgmt/portmaster')
-rw-r--r--ports-mgmt/portmaster/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index f8516e8dce3a..fe98313d1470 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -2,7 +2,7 @@
PORTNAME= portmaster
PORTVERSION= 3.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= GH \
http://mirror.shatow.net/freebsd/portmaster/
@@ -18,10 +18,10 @@ GH_ACCOUNT= portmaster
GH_COMMIT= 31009f6
GH_TAGNAME= ${GH_COMMIT}
-OPTIONS_DEFINE= BASH ZSH PKGNG
+OPTIONS_DEFINE= BASH ZSH PKGNGPATCH
BASH_DESC= Install programmable completions for Bash
ZSH_DESC= Install programmable completions for zsh
-PKGNG_DESC= Enable PKGNG support
+PKGNGPATCH_DESC=Enable PKGNG support
PLIST_FILES= sbin/portmaster etc/portmaster.rc.sample
@@ -29,7 +29,7 @@ MAN8= portmaster.8
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MPKGNG}
+.if ${PORT_OPTIONS:MPKGNGPATCH}
PATCH_SITES+= http://mirror.shatow.net/freebsd/portmaster/
PATCHFILES+= patch-portmaster-pkgng.gz
.endif