diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-20 21:46:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-20 21:46:22 +0000 |
commit | e5b7ef50bbe7562322c634df14492bf2ba755487 (patch) | |
tree | 7eb99f351c55a50b83bc1a57428527c5781d4abd /security/samba-vscan | |
parent | 4c18d65f0eb2dfa1bda276bc1c3f56f7ea876c2e (diff) |
Notes
Diffstat (limited to 'security/samba-vscan')
-rw-r--r-- | security/samba-vscan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index 388ab46bacb0..a18a944aa8c2 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -28,14 +28,13 @@ OPTIONS= VSCAN_ANTIVIR "for use with AntiVir" off \ VSCAN_OAV "for use with OpenAntiVirus.org ScannerDaemon" off \ VSCAN_SOPHOS "for use with Sophos" off \ VSCAN_TREND "for use with Trend Micro FileScanner" off -.if !defined(NOPORTDOCS) + PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README -.endif USE_AUTOTOOLS= autoconf:259 USE_BZIP2= yes VSCAN_SAMBA_PORT?= samba3 -SAMBA_WRKSRC!= ${MAKE} -C ${.CURDIR}/../../net/${VSCAN_SAMBA_PORT} -V WRKSRC +SAMBA_WRKSRC!= cd ${.CURDIR}/../../net/${VSCAN_SAMBA_PORT}; ${MAKE} -V WRKSRC HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-samba-source=${SAMBA_WRKSRC} |