summaryrefslogtreecommitdiff
path: root/security/kth-krb4/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-06-08 15:31:36 +0000
committerwennmach <wennmach>2000-06-08 15:31:36 +0000
commit589eb842d3b8999ca9ca2e385c1c859d939b11e2 (patch)
tree0212c5e5fac6aa15ba89672f8e447f0cb1ce3be6 /security/kth-krb4/Makefile
parent0f8ee0b60601b6066a7cbffcb4058ccfcc4535bb (diff)
downloadpkgsrc-589eb842d3b8999ca9ca2e385c1c859d939b11e2.tar.gz
Reflect new location of services.diff.
Diffstat (limited to 'security/kth-krb4/Makefile')
-rw-r--r--security/kth-krb4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile
index 6c3a215dcc8..df2f72c77f2 100644
--- a/security/kth-krb4/Makefile
+++ b/security/kth-krb4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/08 13:53:24 wennmach Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/08 15:31:36 wennmach Exp $
#
DISTNAME= krb4-1.0.1
@@ -28,13 +28,13 @@ post-patch:
pre-install:
@${SED} -e 's|@PREFIX@|${PREFIX}|g' \
<${PKGDIR}/MESSAGE \
- >${MESSAGE_FILE}
+ >${MESSAGE_FILE}
post-install:
@${MKDIR} ${PREFIX}/share/examples/kth-krb4
${INSTALL_DATA} ${WRKSRC}/etc/krb.conf ${PREFIX}/share/examples/kth-krb4
${INSTALL_DATA} ${WRKSRC}/etc/krb.realms ${PREFIX}/share/examples/kth-krb4
${INSTALL_DATA} ${WRKSRC}/etc/inetd.conf.changes ${PREFIX}/share/examples/kth-krb4
- ${INSTALL_DATA} ${PKGDIR}/services.diff ${PREFIX}/share/examples/kth-krb4
+ ${INSTALL_DATA} ${FILESDIR}/services.diff ${PREFIX}/share/examples/kth-krb4
.include "../../mk/bsd.pkg.mk"