diff options
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 a03d5d5..9649939 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> |