diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /security | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 | ||||
-rw-r--r-- | security/heimdal/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index ed638b84ee2..68baa28d01e 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/02/07 12:20:52 lha Exp $ +# $NetBSD: Makefile,v 1.55 2006/03/30 03:44:43 jlam Exp $ DISTNAME= heimdal-0.7.2 CATEGORIES= security @@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --program-transform-name=${HEIMDAL_TRANSFORM:Q} OWN_DIRS_PERMS= ${HEIMDAL_STATEDIR} ${ROOT_USER} ${ROOT_GROUP} 0700 SPECIAL_PERMS= ${PREFIX}/bin/${KRB5_PREFIX}su ${SETUID_ROOT_PERMS} RCD_SCRIPTS= kadmind kcm kdc kpasswdd -INFO_FILES= heimdal.info +INFO_FILES= # PLIST # Fix some places in the Heimdal sources that don't point to the correct # Kerberized binaries when exec'ing programs. diff --git a/security/heimdal/PLIST b/security/heimdal/PLIST index ef755261a13..09759820152 100644 --- a/security/heimdal/PLIST +++ b/security/heimdal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/10/26 15:12:45 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/03/30 03:44:43 jlam Exp $ bin/${KRB5_PREFIX}login bin/${KRB5_PREFIX}rcp bin/${KRB5_PREFIX}rsh @@ -63,6 +63,7 @@ include/krb5/rtbl.h include/krb5/sl.h include/krb5/ss/ss.h include/krb5/xdbm.h +info/heimdal.info lib/libasn1.la lib/libcom_err.la lib/libeditline.la |