summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 11:31:07 +0000
committerdillo <dillo>2005-05-31 11:31:07 +0000
commit3e4d5df4af8dbc920c0ed041c606b56f4b2ff2a6 (patch)
treeba8089c02c81d1fd04a84683024a00bccb168a6a /security/heimdal
parentfac65d1279e93d27720238562175e727b99a5c3b (diff)
downloadpkgsrc-3e4d5df4af8dbc920c0ed041c606b56f4b2ff2a6.tar.gz
Rename option prefix-cmds to kerberos-prefix-cmds. Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 54f239e0c30..f72308f8990 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/31 11:31:07 dillo Exp $
DISTNAME= heimdal-0.6.4
CATEGORIES= security
@@ -40,8 +40,9 @@ USE_OLD_DES_API= yes
.include "../../security/openssl/buildlink3.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.heimdal
-PKG_SUPPORTED_OPTIONS= db4 ldap prefix-cmds
-PKG_OPTIONS_LEGACY_VARS+= KERBEROS_PREFIX_CMDS:prefix-cmds
+PKG_SUPPORTED_OPTIONS= db4 ldap kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_VARS+= KERBEROS_PREFIX_CMDS:kerberos-prefix-cmds
+PKG_OPTIONS_LEGACY_OPTS+= prefix-cmds:kerberos-prefix-cmds
.include "../../mk/bsd.options.mk"
@@ -59,7 +60,7 @@ CONFIGURE_ARGS+= --with-openldap=${BUILDLINK_PREFIX.openldap}
# Rename some of Heimdal's applications so they won't conflict with
# other packages.
#
-.if !empty(PKG_OPTIONS:Mprefix-cmds)
+.if !empty(PKG_OPTIONS:Mkerberos-prefix-cmds)
KRB5_PREFIX= k
HEIMDAL_TRANSFORM= s/^ftp/${KRB5_PREFIX}&/; \
s/^login/${KRB5_PREFIX}&/; \