summaryrefslogtreecommitdiff
path: root/security/heimdal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r--security/heimdal/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 6704ac5f175..762a364a00a 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.32 2004/12/28 02:47:49 reed Exp $
+# $NetBSD: Makefile,v 1.32.2.1 2005/04/21 15:55:33 salo Exp $
-DISTNAME= heimdal-0.6.3
-PKGREVISION= 3
+DISTNAME= heimdal-0.6.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= lha@NetBSD.org
HOMEPAGE= http://www.pdc.kth.se/heimdal/
COMMENT= Kerberos 5 implementation
@@ -99,10 +98,10 @@ SUBST_SED.heimdal= \
-e "/PATH_LOGIN/s,/login,/${KRB5_PREFIX}login,g"
pre-configure:
- cd ${WRKSRC}; for file in lib/hdb/hdb.h; do \
+ cd ${WRKSRC}; for f in lib/hdb/hdb.h; do \
${SED} -e "s|/var/heimdal|${HEIMDAL_STATEDIR}|g" \
- $$file > $$file.new; \
- ${MV} -f $$file.new $$file; \
+ $$f > $$f.new; \
+ ${MV} -f $$f.new $$f; \
done
.include "../../mk/bsd.pkg.mk"