diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 22:10:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 22:10:39 +0000 |
commit | 639cb537b548a1319f11436bf4f996442ae6c5d5 (patch) | |
tree | d6ed89022863f453f8253b3659c0c767194e6fb4 /devel/abi-compliance-checker | |
parent | ceb817f31460079d92a6025e80417257e6bd0d9a (diff) |
Notes
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r-- | devel/abi-compliance-checker/Makefile | 4 |
1 files changed, 0 insertions, 4 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 |