summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-04-23 02:55:24 +0000
committerCy Schubert <cy@FreeBSD.org>2014-04-23 02:55:24 +0000
commite39f034c5a88a3cd1f7bb98f32c4ee04786b74a4 (patch)
treeaf8b31a9f9dffb93525e37bafe9099fc57576e98 /security/krb5/Makefile
parent- Fix build with pkg_install (diff)
Remove extraneious MAN assignments.
Notes
Notes: svn path=/head/; revision=351910
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index b2cab259fa0a..06dab3687f2b 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -67,15 +67,6 @@ PLIST_SUB+= LDAP="@comment "
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
-MAN1= k5srvutil.1 kadmin.1 krb5-config.1 krb5-send-pr.1 \
- kpasswd.1 klist.1 kinit.1 kdestroy.1 kswitch.1 ksu.1 \
- ktutil.1 \
- sclient.1 kvno.1 compile_et.1
-MAN5= kadm5.acl.5 kdc.conf.5 krb5.conf.5 .k5identity.5 \
- .k5login.5 k5identity.5 k5login.5
-MAN8= krb5kdc.8 kadmin.local.8 kdb5_ldap_util.8 kdb5_util.8 \
- kadmind.8 kprop.8 kpropd.8 kproplog.8 sserver.8
-
.if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != ""
CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}"
.endif