diff options
author | beech <beech@FreeBSD.org> | 2008-05-19 06:43:36 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-05-19 06:43:36 +0800 |
commit | 7cf4948760bf247348ae9493b0c31ad0426a4c0c (patch) | |
tree | c26aff22043dfecee931a410a8ed602f1e98da39 | |
parent | 4a65814670eb49bd7ac36e3b2f021db2625503d0 (diff) | |
download | freebsd-ports-gnome-7cf4948760bf247348ae9493b0c31ad0426a4c0c.tar.gz freebsd-ports-gnome-7cf4948760bf247348ae9493b0c31ad0426a4c0c.tar.zst freebsd-ports-gnome-7cf4948760bf247348ae9493b0c31ad0426a4c0c.zip |
- 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)
-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> |