diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 11:04:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-20 11:04:36 +0000 |
commit | 6c70d3fc1eb1af725f9ccf4a2809008688a1628f (patch) | |
tree | c370220a7780329b7640569afaf547f057eb2b87 /mail/fetchmail/Makefile | |
parent | 41c20bc8c0acf5e0fcef4b4d193793e17a0b57c1 (diff) |
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/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 1 |
1 files changed, 0 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) |