diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-06-08 15:31:36 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-06-08 15:31:36 +0000 |
commit | 89103f939b4ca9af224ec31edcb1b199d7a31361 (patch) | |
tree | 0212c5e5fac6aa15ba89672f8e447f0cb1ce3be6 /security/kth-krb4 | |
parent | 898f5e4f7e9ead46992ec13cd53dece85384bf92 (diff) | |
download | pkgsrc-89103f939b4ca9af224ec31edcb1b199d7a31361.tar.gz |
Reflect new location of services.diff.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r-- | security/kth-krb4/Makefile | 6 |
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" |