diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-30 18:21:48 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-30 18:21:48 +0000 |
commit | 1bc80b6c74e9e4b01376f3551ae75cc2cdf50563 (patch) | |
tree | 1631d43c0caf5cd1e3003c1fb8853eae6402961b /security/clamav-devel | |
parent | 4afd89f347f2f48ee8a7bab648193bb57717c66e (diff) | |
download | FreeBSD-ports-1bc80b6c74e9e4b01376f3551ae75cc2cdf50563.zip FreeBSD-ports-1bc80b6c74e9e4b01376f3551ae75cc2cdf50563.tar.gz |
- Upgrade to 20030930
- This snapshot should be much more stable
- Some minor cleanup
PR: 57404
Submitted by: rob@debank.tv
Diffstat (limited to 'security/clamav-devel')
-rw-r--r-- | security/clamav-devel/Makefile | 18 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 2 |
2 files changed, 8 insertions, 12 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 7458473..5fe5b07 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20030928 +PORTVERSION= 20030930 CATEGORIES= security MASTER_SITES= http://clamav.sourceforge.net/snapshot/ PKGNAMESUFFIX= -devel @@ -29,7 +29,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ --disable-clamav --enable-bigstack CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} @@ -39,11 +39,11 @@ MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 MAN5= clamav.conf.5 MAN8= clamd.8 -CLAMAVUSER?= clamav -CLAMAVGROUP?= clamav +CLAMAVUSER?= clamav +CLAMAVGROUP?= clamav -PLIST_SUB+= CLAMAVUSER="${CLAMAVUSER}" -PLIST_SUB+= CLAMAVGROUP="${CLAMAVGROUP}" +PLIST_SUB+= CLAMAVUSER="${CLAMAVUSER}" +PLIST_SUB+= CLAMAVGROUP="${CLAMAVGROUP}" SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%DATADIR%%|${DATADIR}|g' @@ -85,10 +85,6 @@ pre-configure: @${REINPLACE_CMD} -e 's|clamav.conf|&.default|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ ${CONFIGURE_WRKSRC}/etc/Makefile.in -.ifdef USE_LIBTOOL_VER - @${REINPLACE_CMD} -e '/^LIBTOOL=/s|\$$(top_builddir)/libtool|${LIBTOOL}|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.endif post-build: @${SED} ${SED_CONF} ${BUILD_WRKSRC}/etc/clamav.conf \ @@ -96,7 +92,7 @@ post-build: pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${PREFIX} + ${SH} ${PKGINSTALL} ${PREFIX} post-install: @[ -f ${PREFIX}/etc/clamav.conf ] || \ diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index 2c6d0e5..06e127e 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1 +1 @@ -MD5 (clamav-devel-20030928.tar.gz) = 72bb345563a2e31ac70e9f90b2954cac +MD5 (clamav-devel-20030930.tar.gz) = 7c15623dc0750f64431ee692a0046d6e |