aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-04 08:39:33 +0800
committersat <sat@FreeBSD.org>2006-11-04 08:39:33 +0800
commit946452fa6476891213ede06aebdb2aede6a40920 (patch)
treee313d2fe724720db5eaf718438969e2a85bc4c56 /ftp/proftpd
parent34895afec11f078614b460b52a8156b0a11e23e2 (diff)
downloadfreebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.tar.gz
freebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.tar.zst
freebsd-ports-gnome-946452fa6476891213ede06aebdb2aede6a40920.zip
- 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)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index a47f1e8cf418..05dff1f4a308 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/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