aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-10-16 01:32:46 +0800
committerade <ade@FreeBSD.org>2004-10-16 01:32:46 +0800
commit57f1cea9b45b565aa9d7d0ffcf1a85218c982274 (patch)
treed40876fcb1ef7784b02b91507cf7ee67b221256e /security
parent6c81c9a4056e44e681c555a0ff427389f7800f6f (diff)
downloadfreebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.tar.gz
freebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.tar.zst
freebsd-ports-gnome-57f1cea9b45b565aa9d7d0ffcf1a85218c982274.zip
Kill off automake18, switching to automake19. Requiem Mors Pacem.
Diffstat (limited to 'security')
-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 \