aboutsummaryrefslogtreecommitdiff
path: root/devel/abi-compliance-checker
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-26 07:18:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-26 07:18:12 +0000
commitefec4c77793c7283f20471391b993dbe1e83b42c (patch)
tree76e08ce31f30ee3fc034acad9af485d89efb3d2b /devel/abi-compliance-checker
parent4419ee0e171de0e55c50e0f88fc792b5fef21777 (diff)
downloadports-efec4c77793c7283f20471391b993dbe1e83b42c.tar.gz
ports-efec4c77793c7283f20471391b993dbe1e83b42c.zip
Notes
Diffstat (limited to 'devel/abi-compliance-checker')
-rw-r--r--devel/abi-compliance-checker/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile
index 9a7e321cb4df..438b514973fe 100644
--- a/devel/abi-compliance-checker/Makefile
+++ b/devel/abi-compliance-checker/Makefile
@@ -29,8 +29,6 @@ NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}.pl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -50,9 +48,7 @@ PICFLAG?= -fpic
PORTDATA= *
.endif
-.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= *
-.endif
post-patch:
@${REINPLACE_CMD} \
@@ -70,15 +66,13 @@ post-patch:
${WRKSRC}/modules/Internals/RegTests.pm
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR})
-.endif
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR})
.ifndef(NOPORTDATA)
- @${MKDIR} ${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \
- "modules/Internals modules/*.xml modules/Targets/unix" ${DATADIR})
+ "modules/Internals modules/*.xml modules/Targets/unix" ${STAGEDIR}${DATADIR})
.endif
.if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)