diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-05-18 22:43:36 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-05-18 22:43:36 +0000 |
commit | 2edeca30f519a1e3ca39647238e6acc00e19e0a9 (patch) | |
tree | 15414a62218d187028cc59e5a6ff5e06fe3745f0 /ftp/ftp-proxy | |
parent | 987566f671a15ea4697ccb990a6aed7547e7f0f5 (diff) | |
download | ports-2edeca30f519a1e3ca39647238e6acc00e19e0a9.tar.gz ports-2edeca30f519a1e3ca39647238e6acc00e19e0a9.zip |
Notes
Diffstat (limited to 'ftp/ftp-proxy')
-rw-r--r-- | ftp/ftp-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftp-proxy/Makefile b/ftp/ftp-proxy/Makefile index a03d5d513d2c..964993971041 100644 --- a/ftp/ftp-proxy/Makefile +++ b/ftp/ftp-proxy/Makefile @@ -21,7 +21,7 @@ MANCOMPRESSED= yes PLIST_FILES= sbin/ftp-proxy USE_RC_SUBR= ftp-proxy -CFLAGS+= -I${PREFIX}/include +CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.pre.mk> |