aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-07-29 21:29:23 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-07-29 21:29:23 +0000
commit93117d09c79bfa52b02845c0e82fbd111bd66545 (patch)
tree1b982e7b4a10a98301b19de669104626d3447651 /mail
parent75d473f600cae5868f2283ab07acdcd8f041ebd3 (diff)
downloadports-93117d09c79bfa52b02845c0e82fbd111bd66545.tar.gz
ports-93117d09c79bfa52b02845c0e82fbd111bd66545.zip
Cleanup.
Notes
Notes: svn path=/head/; revision=323925
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter/Makefile4
-rw-r--r--mail/bogofilter/files/patch-configure.ac10
2 files changed, 0 insertions, 14 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 8d0b261b99fa..331f8c988c2a 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -25,10 +25,6 @@ CONFLICTS_INSTALL?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-t
USE_BZIP2= yes
USE_PERL5_RUN= yes
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
-USE_AUTOTOOLS= aclocal automake autoconf autoheader
-ACLOCAL_ARGS= -Im4
-AUTOMAKE_ARGS= --add-missing
.include <bsd.port.options.mk>
diff --git a/mail/bogofilter/files/patch-configure.ac b/mail/bogofilter/files/patch-configure.ac
deleted file mode 100644
index 87297f141367..000000000000
--- a/mail/bogofilter/files/patch-configure.ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.ac.orig 2012-12-02 20:49:51.000000000 +0000
-+++ configure.ac 2013-07-03 19:57:19.000000000 +0000
-@@ -21,2 +21,3 @@
- AC_INIT([bogofilter],[1.2.3])
-+AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 no-installinfo])
- dnl
-@@ -26,3 +27,2 @@
- AC_CANONICAL_HOST
--AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 no-installinfo])
- AC_CONFIG_HEADERS([src/config.h:config.in])