diff options
Diffstat (limited to 'devel/cons-test/Makefile')
-rw-r--r-- | devel/cons-test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index 30a58e5..3f07f90 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -18,10 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons +USES= perl5 tar:tgz WRKSRC= ${WRKDIR}/cons-${PORTVERSION}/test NO_BUILD= yes +NO_ARCH= yes -USES= perl5 tar:tgz PLIST_SUB= CONS_VER="${PORTVERSION}" CONS_TEST="${CONS_TEST}" DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-test//}-${PORTVERSION}/test @@ -51,6 +52,8 @@ do-install: ${STAGEDIR}${PREFIX}/lib/${CONS_TEST}/Test/Cmd ${INSTALL_MAN} ${WRKSRC}/cons-test.1.gz \ ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) |