diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-05 18:44:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-05 18:44:56 +0000 |
commit | d5fbd67ecfc951c9ede64b3e69144dcf864e4bd8 (patch) | |
tree | 8528b3ded70ff0f3b7345659300dc1a60413b9d5 /security/kth-krb4 | |
parent | 392f956f95024f7f04fc751ca49e3c9f4280dd1b (diff) | |
download | pkgsrc-d5fbd67ecfc951c9ede64b3e69144dcf864e4bd8.tar.gz |
Remove some obsolete comments, ok wennmach.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r-- | security/kth-krb4/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index d138edf4248..cf78363e1be 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/09/04 23:40:44 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2004/09/05 18:44:56 wiz Exp $ # DISTNAME= krb4-1.2.1 @@ -57,14 +57,6 @@ post-patch: ${MV} -f $${file}.fixed $${file}; \ done -# enable this once our autoconf has been upgraded to autoconf>=2.52: -#pre-configure: -# cd ${WRKSRC}; \ -# ${ACLOCAL}; \ -# ${AUTOHEADER}; \ -# ${AUTOMAKE} -a --foreign -i; \ -# ${AUTOCONF} - post-install: ${INSTALL_DATA_DIR} ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKSRC}/etc/krb.conf ${EXAMPLEDIR} @@ -73,7 +65,5 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/services-1.4.2.diff ${EXAMPLEDIR} ${INSTALL_DATA} ${FILESDIR}/services-1.5.diff ${EXAMPLEDIR} -# Enable line below once it's needed -#.include "../../mk/automake.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |