aboutsummaryrefslogtreecommitdiff
path: root/graphics/pho
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-12-19 16:47:19 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-12-19 16:47:19 +0000
commitfa94729ea277ca0f140cf61e6551f757b3275a8a (patch)
treed1f33444378c7dd39c5bd6fa762c1aa3998cdda6 /graphics/pho
parent69e65aa8aa16fce88f7dfb875442ed6869808c83 (diff)
downloadports-fa94729ea277ca0f140cf61e6551f757b3275a8a.tar.gz
ports-fa94729ea277ca0f140cf61e6551f757b3275a8a.zip
Patch things in a more accurate way to unbreak installation (and also prevent
CFLAGS duplication while I am here). Reported by: pavmail
Notes
Notes: svn path=/head/; revision=287657
Diffstat (limited to 'graphics/pho')
-rw-r--r--graphics/pho/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile
index ad6e2e62f538..0524cef3f77a 100644
--- a/graphics/pho/Makefile
+++ b/graphics/pho/Makefile
@@ -28,7 +28,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \
/bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \
/man/s|$$(INSTALL)|${INSTALL_MAN}| ; \
- s|-g|${CFLAGS}| ; s|^G1FLAGS|#&|' ${WRKSRC}/Makefile
+ /CFLAGS/s|-g|| ; s|^G1FLAGS|#&|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|-Wall -g -O2 ||' ${WRKSRC}/exif/Makefile
.include <bsd.port.mk>