1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Now that this port is staged and DOCS defined we can stop testing for DOCS in

any install target.
This commit is contained in:
Emanuel Haupt 2014-02-12 19:26:03 +00:00
parent f3dcc00510
commit 4104317283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344004

View File

@ -29,10 +29,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>