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

- optionsNG for DOCS

PR:	170747
Submitted by:	maintainer, nemysis@gmx.ch
This commit is contained in:
Jason Helfman 2012-08-21 09:15:20 +00:00
parent 61e223b238
commit 58474305b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302850

View File

@ -36,8 +36,11 @@ PLIST_DIRSTRY= share/applications
PORTDATA= * PORTDATA= *
PORTDOCS= ChangeLog PORTDOCS= ChangeLog
.include <bsd.port.options.mk>
post-install: post-install:
.if !defined(NOPORTDOCS) # Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif .endif