summaryrefslogtreecommitdiff
path: root/security/kth-krb4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-02 18:59:50 +0000
committerwiz <wiz@pkgsrc.org>2002-10-02 18:59:50 +0000
commit9ebd5c8b3c7ece73a80530cf49ed1d706abe57fa (patch)
tree3348d2717576807d8cf8b3da89944077368cdf25 /security/kth-krb4
parentfa91f67eb04472f49670c28c68667510874dd217 (diff)
downloadpkgsrc-9ebd5c8b3c7ece73a80530cf49ed1d706abe57fa.tar.gz
Convert comments to use automake.mk.
Diffstat (limited to 'security/kth-krb4')
-rw-r--r--security/kth-krb4/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile
index 28e306b38b4..53348f01ab4 100644
--- a/security/kth-krb4/Makefile
+++ b/security/kth-krb4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/09/24 00:17:51 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2002/10/02 18:59:50 wiz Exp $
#
DISTNAME= krb4-1.1.1
@@ -11,7 +11,9 @@ HOMEPAGE= http://www.pdc.kth.se/kth-krb/
COMMENT= Kerberos IV distribution from KTH
# enable this once our autoconf has been upgraded to autoconf>=2.52:
-#BUILD_DEPENDS+= automake>1.4:../../devel/automake
+# (don't forget to also add automake.mk (see bottom))
+#AUTOCONF_REQD= 2.52
+#AUTOMAKE_REQD= 1.7
CONFLICTS+= wu-ftpd-[0-9]*
CONFLICTS+= lukemftp-[0-9]*
@@ -45,11 +47,11 @@ post-patch:
# enable this once our autoconf has been upgraded to autoconf>=2.52:
#pre-configure:
-# cd ${WRKSRC}; \
-# ${LOCALBASE}/bin/aclocal; \
-# ${LOCALBASE}/bin/autoheader; \
-# ${LOCALBASE}/bin/automake -a --foreign -i; \
-# ${LOCALBASE}/bin/autoconf
+# cd ${WRKSRC}; \
+# ${ACLOCAL}; \
+# ${AUTOHEADER}; \
+# ${AUTOMAKE} -a --foreign -i; \
+# ${AUTOCONF}
post-install:
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
@@ -59,5 +61,7 @@ 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 "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"