summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl2/Makefile.common')
-rw-r--r--security/cyrus-sasl2/Makefile.common15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index e2a263f5d99..76285df7977 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2005/05/22 20:08:29 jlam Exp $
+# $NetBSD: Makefile.common,v 1.29 2005/06/01 20:08:01 jlam Exp $
#
# This file is currently included by:
#
@@ -74,15 +74,16 @@ CONFIGURE_ARGS+= --without-saslauthd
# Left here as reference for patch makers...
# clean up a bit to help package maintainer produce patch files
+#
+#USE_TOOLS+= automake
+#
#post-extract:
# ${_PKG_SILENT}${_PKG_DEBUG} \
# ${FIND} ${WRKSRC} -type f -name "*.orig" -print | ${XARGS} ${RM} -f
#
#pre-configure:
# cd ${WRKSRC}; \
-# ${ACLOCAL} -I cmulocal -I config; \
-# ${AUTOHEADER}; \
-# ${AUTOMAKE} -a --gnu -i ; \
-# ${AUTOCONF}
-#
-#.include "../../mk/automake.mk"
+# aclocal -I cmulocal -I config; \
+# autoheader; \
+# automake -a --gnu -i ; \
+# autoconf