diff options
author | beech <beech@FreeBSD.org> | 2008-05-18 22:43:36 +0000 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-05-18 22:43:36 +0000 |
commit | 7cf4948760bf247348ae9493b0c31ad0426a4c0c (patch) | |
tree | c26aff22043dfecee931a410a8ed602f1e98da39 /ftp/ftp-proxy | |
parent | 4a65814670eb49bd7ac36e3b2f021db2625503d0 (diff) | |
download | FreeBSD-ports-7cf4948760bf247348ae9493b0c31ad0426a4c0c.zip FreeBSD-ports-7cf4948760bf247348ae9493b0c31ad0426a4c0c.tar.gz |
- Change CFLAGS to: CFLAGS+= -I${LOCALBASE}/include
PR: ports/123531
Submitted by: Harry Kane <harry.kane@gmail.com>
Approved by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
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> |