From 682ac7f71610105fc0367ae68746b931a417be19 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 18 Aug 2014 22:10:39 +0000 Subject: Remove a few remaining NOPORTDATA With hat: portmgr --- devel/abi-compliance-checker/Makefile | 4 ---- devel/cppcheck/Makefile | 4 ---- 2 files changed, 8 deletions(-) (limited to 'devel') diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 92eb6441d590..5c839050664a 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -45,9 +45,7 @@ PICFLAG?= -fPIC PICFLAG?= -fpic .endif -.ifndef(NOPORTDATA) PORTDATA= * -.endif PORTDOCS= * @@ -70,11 +68,9 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) -.ifndef(NOPORTDATA) @${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} \ "modules/Internals modules/*.xml modules/Targets/unix" ${STAGEDIR}${DATADIR}) -.endif .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) check regression-test test: build 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 -.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 -- cgit