mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Enable BASH and ZSH options (install their completions) by default.
Also, add NO_ARCH. PORTREVISION bump for pkg change. PR: 207075 Submitted by: maintainer
This commit is contained in:
parent
3985ff3598
commit
591a0e0dea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410136
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user