diff options
author | adamw <adamw@FreeBSD.org> | 2016-03-05 00:50:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-03-05 00:50:48 +0800 |
commit | 2afc91bc045809c662514bc86e0cf8f825df3905 (patch) | |
tree | 3b4bc4d63dcf1e99fafc5677ec22036d2eca9b8a /ports-mgmt | |
parent | d0c260c97586b303bc21d4c37d4fd9165dec49c3 (diff) | |
download | freebsd-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/Makefile | 5 |
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: |