diff options
author | wennmach <wennmach> | 2000-06-08 15:31:36 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2000-06-08 15:31:36 +0000 |
commit | c231ce53cbd923b16b1e996e23fea7d371cf9a21 (patch) | |
tree | 0212c5e5fac6aa15ba89672f8e447f0cb1ce3be6 /security | |
parent | 258b82b93dad24ed28777c60436537fa159961b3 (diff) | |
download | pkgsrc-c231ce53cbd923b16b1e996e23fea7d371cf9a21.tar.gz |
Reflect new location of services.diff.
Diffstat (limited to 'security')
-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" |