diff options
author | cy <cy@FreeBSD.org> | 2017-10-05 09:56:06 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2017-10-05 09:56:06 +0800 |
commit | 9d70625fbe234c025bc809a8429b0505c59944c6 (patch) | |
tree | 9f9b2f850463e829c6165c2fc22d201defe815e5 /security | |
parent | 415caf65504653d58beb5b664aab7d91b9fd1577 (diff) | |
download | freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.tar.gz freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.tar.zst freebsd-ports-gnome-9d70625fbe234c025bc809a8429b0505c59944c6.zip |
Make the command rename options default. This avoids a conflict with
net/bsdrcmds by default allowing end-users to install both ports.
Users may deselect the options to use the original command names
however they must also uninstall net/bsdrcmds to avoid the conflict.
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-appl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index dcc348ae21fe..151cebb05b44 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -3,7 +3,7 @@ PORTNAME= krb5-appl PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -31,7 +31,8 @@ MAKE_ARGS= INSTALL="${INSTALL}" PATCH_DIST_STRIP= -p1 OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP -OPTIONS_DEFAULT= KRB5_PORT +OPTIONS_DEFAULT= KRB5_PORT KRB5_RENAME_FTP KRB5_RENAME_TELNET \ + KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP OPTIONS_SINGLE= KRB5_VERSION OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_113_PORT \ KRB5_114_PORT KRB5_115_PORT |