summaryrefslogtreecommitdiff
path: root/security/clamav-devel/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-10-15 17:32:46 +0000
committerAde Lovett <ade@FreeBSD.org>2004-10-15 17:32:46 +0000
commit0d9fe4811f987a0cff0fe98480e7b26184666e95 (patch)
treef24ed429fff662967d34d764b12e0646e209ba27 /security/clamav-devel/Makefile
parentRemove lthack, and add intlhack to fix the build on 4.X. (diff)
Kill off automake18, switching to automake19. Requiem Mors Pacem.
Notes
Notes: svn path=/head/; revision=119518
Diffstat (limited to '')
-rw-r--r--security/clamav-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index cfdb38ffaa9f..e301e2746c4c 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -29,7 +29,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOCONF_VER=259
-USE_AUTOMAKE_VER=18
+USE_AUTOMAKE_VER=19
USE_LIBTOOL_VER=15
LIBTOOLFILES= acinclude.m4
INSTALLS_SHLIB= yes
@@ -110,6 +110,7 @@ post-patch:
${WRKSRC}/clamav-milter/clamav-milter.c
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.am
+ @cd ${WRKSRC} && ${ACLOCAL}
post-build:
@${SED} ${SED_CONF} ${BUILD_WRKSRC}/etc/clamav.conf \