summaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-04 00:39:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-04 00:39:33 +0000
commit157f174843d6060b956b9184cc539491a6524344 (patch)
tree97c4641d3e4c6544bf78ff8b866b1160bc770516 /ftp/proftpd-devel
parent- Correct pkg-message (diff)
- Allow a couple vars to be overridden from a slave port
PR: ports/104452 Submitted by: Denis Barov <dindin@freebsd.org.ua> Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer timeout, 17 days)
Notes
Notes: svn path=/head/; revision=176321
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index a47f1e8cf418..05dff1f4a308 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -102,8 +102,8 @@ CONFIGURE_ARGS+= --disable-ipv6
#allow user to override
MODULES?= mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession
-INCLUDEDIRS=
-LIBDIRS=
+INCLUDEDIRS?=
+LIBDIRS?=
.if defined(WITH_LDAP)
USE_OPENLDAP= yes