aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-20 11:04:36 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-20 11:04:36 +0000
commit6c70d3fc1eb1af725f9ccf4a2809008688a1628f (patch)
treec370220a7780329b7640569afaf547f057eb2b87 /mail/fetchmail
parent41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1 (diff)
downloadports-6c70d3fc1eb1af725f9ccf4a2809008688a1628f.tar.gz
ports-6c70d3fc1eb1af725f9ccf4a2809008688a1628f.zip
Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal. Prompted by: Raimar Lutsch <raimar@lutsch.de>
Notes
Notes: svn path=/head/; revision=40095
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile1
-rw-r--r--mail/fetchmail/files/patch-configure20
2 files changed, 20 insertions, 1 deletions
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