summaryrefslogtreecommitdiff
path: root/security/mit-krb5/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 11:31:07 +0000
committerdillo <dillo>2005-05-31 11:31:07 +0000
commit31baeab33a838714c295752d06903827d0553712 (patch)
treeba8089c02c81d1fd04a84683024a00bccb168a6a /security/mit-krb5/Makefile
parent4231ae54b06287cdd0813f823c673e183ead2876 (diff)
downloadpkgsrc-31baeab33a838714c295752d06903827d0553712.tar.gz
Rename option prefix-cmds to kerberos-prefix-cmds. Backwards
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Diffstat (limited to 'security/mit-krb5/Makefile')
-rw-r--r--security/mit-krb5/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 65d6f45862d..70338c6c481 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/31 10:01:39 dillo Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/31 11:31:07 dillo Exp $
DISTNAME= krb5-1.4
PKGNAME= mit-${DISTNAME:S/-signed$//}
@@ -41,15 +41,16 @@ CONFIGURE_ARGS+= --without-tcl
MAKE_ENV+= ROOT_USER=${ROOT_USER}
PKG_OPTIONS_VAR= PKG_OPTIONS.mit-krb5
-PKG_SUPPORTED_OPTIONS= prefix-cmds
-PKG_OPTIONS_LEGACY_VARS+= KERBEROS_PREFIX_CMDS:prefix-cmds
+PKG_SUPPORTED_OPTIONS= 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"
# Rename some of MIT krb5'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
MIT_KRB5_TRANSFORM= s/^ftp/${KRB5_PREFIX}&/; \
s/^rcp/${KRB5_PREFIX}&/; \