aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2012-10-15 23:50:21 +0800
committerbdrewery <bdrewery@FreeBSD.org>2012-10-15 23:50:21 +0800
commite0327da828c97f46f70e8d6109227d5bb4a1bfaf (patch)
tree941cf80e3879ac0aa9b5b03412d5c179e10ba937 /ports-mgmt/portmaster
parent988681445807b1d6a6585f061ab1c1e12bfb882f (diff)
downloadfreebsd-ports-gnome-e0327da828c97f46f70e8d6109227d5bb4a1bfaf.tar.gz
freebsd-ports-gnome-e0327da828c97f46f70e8d6109227d5bb4a1bfaf.tar.zst
freebsd-ports-gnome-e0327da828c97f46f70e8d6109227d5bb4a1bfaf.zip
- Rename PKGNG option to PKGNGPATCH to fix
this port confusing bsd.pkgng.mk into thinking that WITH_PKGNG is defined and pkg(8) shoul be used to register. Pointyhat to: bdrewery Feature safe: yes
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