aboutsummaryrefslogtreecommitdiffstats
path: root/www/ffproxy
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-03 02:07:29 +0800
committerkrion <krion@FreeBSD.org>2003-08-03 02:07:29 +0800
commit7688ca90752d89a03837e6af66e493cd37abaf4e (patch)
treec16a516797ac85a2e5b62987cf0e218f1abf75de /www/ffproxy
parent909c3538297334ff633247444b7bdc9daf79f59c (diff)
downloadfreebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.tar.gz
freebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.tar.zst
freebsd-ports-gnome-7688ca90752d89a03837e6af66e493cd37abaf4e.zip
Honor CFLAGS
Submitted by: Jolan Luff Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'www/ffproxy')
-rw-r--r--www/ffproxy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile
index 0b3cbf203ef8..49696ee7007b 100644
--- a/www/ffproxy/Makefile
+++ b/www/ffproxy/Makefile
@@ -21,6 +21,7 @@ post-patch:
${REINPLACE_CMD} -e \
's|/etc|${PREFIX}/etc|g ; \
s|/usr/local|${PREFIX}|g ; \
+ s|^CFLAGS =|CFLAGS +=|g ; \
s|/var/ffproxy|${DOCSDIR}|g' \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e \