diff options
author | garga <garga@FreeBSD.org> | 2006-03-20 21:46:22 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-20 21:46:22 +0000 |
commit | 981ddb4680dc3535371024f6833b6e598af73b76 (patch) | |
tree | a76ba0b0e9dad4fc2c9b53c9a31a1c2dd0eb8fa9 /security/samba-vscan | |
parent | 89486b642b5cdf5ecc4458bb2fd1359586d9095d (diff) | |
download | FreeBSD-ports-981ddb4680dc3535371024f6833b6e598af73b76.zip FreeBSD-ports-981ddb4680dc3535371024f6833b6e598af73b76.tar.gz |
Fix build on 4.x
Submitted by: maintainer via email
Reported by: krismail
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 388ab46..a18a944 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} |