diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-21 14:41:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-21 14:41:02 +0000 |
commit | 1b916d4d96e1fb32b79b58e7e9a56367d676c91e (patch) | |
tree | b44dc6e053e081a1e23602ab6cae6a8a7493f761 /security/clamav-devel/Makefile | |
parent | d846c1b2b5a46d2ebf34f4eceb09e6186db58586 (diff) | |
download | ports-1b916d4d96e1fb32b79b58e7e9a56367d676c91e.tar.gz ports-1b916d4d96e1fb32b79b58e7e9a56367d676c91e.zip |
Notes
Diffstat (limited to 'security/clamav-devel/Makefile')
-rw-r--r-- | security/clamav-devel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 268b2923ee1d..0ff3c92b875a 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 20040116 +PORTVERSION= 20040120 CATEGORIES= security MASTER_SITES= http://clamav.sourceforge.net/snapshot/ PKGNAMESUFFIX= -devel @@ -23,6 +23,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip +#OPTIONS= MILTER "Compile the milter interface" off USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -68,7 +69,6 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ -e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \ -e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|' - .include <bsd.port.pre.mk> USE_RC_SUBR= yes @@ -119,6 +119,10 @@ post-build: pre-install: ${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} + ${INSTALL_DATA} ${WRKSRC}/docs/*pdf ${DOCSDIR}${PKGNAMESUFFIX} +.endif post-install: @[ -f ${PREFIX}/etc/clamav.conf ] || \ |