diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-11 08:24:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-11 08:24:34 +0000 |
commit | f85e6e4cfdc3ad5d54988647082ea8b152090e7c (patch) | |
tree | 9ea59b6da7fe9bf53f55b3f387015534018d5d84 /mail/vpopmail/Makefile | |
parent | e8bfb8cf6d85993d47a142918a89c0307e0c6742 (diff) |
Notes
Diffstat (limited to 'mail/vpopmail/Makefile')
-rw-r--r-- | mail/vpopmail/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index ddf3921a1206..2c800bda81ed 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -267,11 +267,6 @@ CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \ --enable-spam-threshold=${SPAM_THRESHOLD} .endif -# autoconf and automake can remove our patches to the configure scripts. - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' - # # This port doesn't honour PREFIX, it honours vpopmail's home directory. # Since we create vpopmail if it doesn't exist, we set it so that it |