aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-05 01:55:52 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-05 01:55:52 +0000
commit50fc53b1ccfecd440e88e6ea9fc617556eda0cd7 (patch)
treec7ac722f592b762e667e4754b935c9b7e0149cfe /security/krb5-appl
parent8d867d44bfe7e13b6bdafe1e7bd0e27fa47e780c (diff)
downloadports-50fc53b1ccfecd440e88e6ea9fc617556eda0cd7.tar.gz
ports-50fc53b1ccfecd440e88e6ea9fc617556eda0cd7.zip
Register a conflict with bsdrcmds when the r command rename options
are not selected. Reported by: rodrigo
Notes
Notes: svn path=/head/; revision=451261
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 7d85768455d0..dcc348ae21fe 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -103,6 +103,12 @@ PLIST_SUB+= RCP_PROG="krcp"
PLIST_SUB+= RCP_PROG="rcp"
.endif
+.if ! ( ${PORT_OPTIONS:MKRB5_RENAME_RLOGIN} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RSH} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RCP} )
+CONFLICTS+= bsdrcmds-*
+.endif
+
.if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != ""
CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}"
.endif