aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-21 05:46:22 +0800
committergarga <garga@FreeBSD.org>2006-03-21 05:46:22 +0800
commit981ddb4680dc3535371024f6833b6e598af73b76 (patch)
treea76ba0b0e9dad4fc2c9b53c9a31a1c2dd0eb8fa9
parent89486b642b5cdf5ecc4458bb2fd1359586d9095d (diff)
downloadfreebsd-ports-gnome-981ddb4680dc3535371024f6833b6e598af73b76.tar.gz
freebsd-ports-gnome-981ddb4680dc3535371024f6833b6e598af73b76.tar.zst
freebsd-ports-gnome-981ddb4680dc3535371024f6833b6e598af73b76.zip
Fix build on 4.x
Submitted by: maintainer via email Reported by: krismail
-rw-r--r--security/samba-vscan/Makefile5
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}