1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

1: Stagify.

2: convert PORTNODOCS to options.
This commit is contained in:
Vanilla I. Shu 2014-06-24 15:37:54 +00:00
parent cd9e033782
commit 9286d09604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359099

View File

@ -11,13 +11,16 @@ COMMENT= Backend for interoperability with Tlen.pl, Polish IM network
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
.if !defined(NOPORTDOCS)
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
@${MKDIR} ${DOCSDIR}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in libtlen.html libtlen.css AUTHORS TODO
@${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif