diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-19 06:10:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-19 06:10:39 +0800 |
commit | 682ac7f71610105fc0367ae68746b931a417be19 (patch) | |
tree | d6ed89022863f453f8253b3659c0c767194e6fb4 /devel | |
parent | 5809f8f3c9865326fd7a6a196e11defbc9086adc (diff) | |
download | freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.tar.gz freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.tar.zst freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.zip |
Remove a few remaining NOPORTDATA
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 4 | ||||
-rw-r--r-- | devel/cppcheck/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
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 <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 |