aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-07-30 05:29:23 +0800
committermandree <mandree@FreeBSD.org>2013-07-30 05:29:23 +0800
commit32d8d49048bad59ab9979543ef46f08c68f4bd9c (patch)
tree1b982e7b4a10a98301b19de669104626d3447651
parent2d44ab072acd0cd6e87b284e4aa2fd3973380a0f (diff)
downloadfreebsd-ports-gnome-32d8d49048bad59ab9979543ef46f08c68f4bd9c.tar.gz
freebsd-ports-gnome-32d8d49048bad59ab9979543ef46f08c68f4bd9c.tar.zst
freebsd-ports-gnome-32d8d49048bad59ab9979543ef46f08c68f4bd9c.zip
Cleanup.
-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])