aboutsummaryrefslogtreecommitdiff
path: root/net/samba3
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-22 08:46:36 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-22 08:46:36 +0000
commiteadead9215dd2f02637a46b5962e4cc52986df0e (patch)
tree42cc49f2014011523389a32d64ff17441301f00d /net/samba3
parenta02df25c27a333357aa4dc5376be9a8df2ffefa8 (diff)
downloadports-eadead9215dd2f02637a46b5962e4cc52986df0e.tar.gz
ports-eadead9215dd2f02637a46b5962e4cc52986df0e.zip
Notes
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index c6096360b3da..354d4ddca4d8 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -85,8 +85,8 @@ CONFIGURE_ARGS+= --disable-cups --without-winbind --without-syslog \
--without-pam --without-pam_smbpass --without-aio-support
# Dirty hack to work around usage of OPTIONS in slave ports
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
+.if exists(${.CURDIR}/Makefile.inc)
+.include "${.CURDIR}/Makefile.inc"
.endif
.else