mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Try harder to prevent build process from unnecessarily invoking autoheader,
autoconf, automake and aclocal. Prompted by: Raimar Lutsch <raimar@lutsch.de>
This commit is contained in:
parent
41c20bc8c0
commit
6c70d3fc1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40095
@ -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)
|
||||
|
20
mail/fetchmail/files/patch-configure
Normal file
20
mail/fetchmail/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user