aboutsummaryrefslogtreecommitdiff
path: root/devel/cppcheck
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 22:10:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 22:10:39 +0000
commit639cb537b548a1319f11436bf4f996442ae6c5d5 (patch)
treed6ed89022863f453f8253b3659c0c767194e6fb4 /devel/cppcheck
parentceb817f31460079d92a6025e80417257e6bd0d9a (diff)
Notes
Diffstat (limited to 'devel/cppcheck')
-rw-r--r--devel/cppcheck/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 7c6dfb0e9120..d2c3520befc2 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -29,10 +29,8 @@ PLIST_FILES= bin/cppcheck bin/cppcheck-htmlreport
.include <bsd.port.options.mk>
-.ifndef(NOPORTDATA)
MAKE_ENV+= CFGDIR="${DATADIR}/cfg"
PORTDATA= *
-.endif
.if ${PORT_OPTIONS:MMANPAGES}
ALL_TARGET+= man
@@ -80,10 +78,8 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${STAGEDIR}${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${STAGEDIR}${PREFIX}/bin
-.ifndef(NOPORTDATA)
@${MKDIR} ${STAGEDIR}${DATADIR}/cfg
@cd ${WRKSRC}/cfg; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/cfg/
-.endif
check regression-test test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test