aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-03-05 00:50:48 +0800
committeradamw <adamw@FreeBSD.org>2016-03-05 00:50:48 +0800
commit2afc91bc045809c662514bc86e0cf8f825df3905 (patch)
tree3b4bc4d63dcf1e99fafc5677ec22036d2eca9b8a /ports-mgmt
parentd0c260c97586b303bc21d4c37d4fd9165dec49c3 (diff)
downloadfreebsd-ports-gnome-2afc91bc045809c662514bc86e0cf8f825df3905.tar.gz
freebsd-ports-gnome-2afc91bc045809c662514bc86e0cf8f825df3905.tar.zst
freebsd-ports-gnome-2afc91bc045809c662514bc86e0cf8f825df3905.zip
Enable BASH and ZSH options (install their completions) by default.
Also, add NO_ARCH. PORTREVISION bump for pkg change. PR: 207075 Submitted by: maintainer
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmaster/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index a78353aebe35..d733df1a56b6 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -2,7 +2,7 @@
PORTNAME= portmaster
PORTVERSION= 3.17.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -17,6 +17,7 @@ USE_GITHUB= yes
GH_ACCOUNT= freebsd
OPTIONS_DEFINE= BASH ZSH
+OPTIONS_DEFAULT=BASH ZSH
PLIST_FILES= sbin/portmaster \
etc/portmaster.rc.sample \
@@ -25,6 +26,8 @@ PLIST_FILES= sbin/portmaster \
BASH_PLIST_FILES= etc/bash_completion.d/portmaster.sh
ZSH_PLIST_FILES= share/zsh/site-functions/_portmaster
+NO_ARCH= yes
+
verify: checksum
do-build: