From 6c70d3fc1eb1af725f9ccf4a2809008688a1628f Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 20 Mar 2001 11:04:36 +0000 Subject: Try harder to prevent build process from unnecessarily invoking autoheader, autoconf, automake and aclocal. Prompted by: Raimar Lutsch --- mail/fetchmail/Makefile | 1 - mail/fetchmail/files/patch-configure | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 mail/fetchmail/files/patch-configure (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 65b80505e426..2318bf99989c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -62,7 +62,6 @@ pre-patch: @${CP} -f /usr/include/md5.h ${WRKSRC} @${PERL} -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf @${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf - @${PERL} -pi.bak -e 's|\$$missing_dir/missing|${TRUE}|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure new file mode 100644 index 000000000000..89de33cae347 --- /dev/null +++ b/mail/fetchmail/files/patch-configure @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- configure 2001/03/20 10:48:56 1.1 ++++ configure 2001/03/20 10:50:20 +@@ -6714,10 +6714,10 @@ + s%@INSTALL_DATA@%$INSTALL_DATA%g + s%@PACKAGE@%$PACKAGE%g + s%@VERSION@%$VERSION%g +-s%@ACLOCAL@%$ACLOCAL%g +-s%@AUTOCONF@%$AUTOCONF%g +-s%@AUTOMAKE@%$AUTOMAKE%g +-s%@AUTOHEADER@%$AUTOHEADER%g ++s%@ACLOCAL@%/usr/bin/true%g ++s%@AUTOCONF@%/usr/bin/true%g ++s%@AUTOMAKE@%/usr/bin/true%g ++s%@AUTOHEADER@%/usr/bin/true%g + s%@MAKEINFO@%$MAKEINFO%g + s%@SET_MAKE@%$SET_MAKE%g + s%@host@%$host%g -- cgit v1.2.3