aboutsummaryrefslogtreecommitdiff
path: root/devel/cppcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cppcheck/Makefile')
-rw-r--r--devel/cppcheck/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index ceff7ca667e9..9885861150b2 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cppcheck
-PORTVERSION= 1.33
+PORTVERSION= 1.34
CATEGORIES= devel
MASTER_SITES= SF
@@ -33,8 +33,7 @@ post-install:
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS= ${CXXFLAGS} | ; \
- s|CXX=(.*)|CXX= ${CXX}|' \
+ @${REINPLACE_CMD} -e '/CXXFLAGS=/d ; /CXX=/d' \
${WRKSRC}/Makefile
do-install: