- adopt optionsNG for DOCS
PR: 170726 Submitted by: maintainer, nemysis@gmx.ch
This commit is contained in:
parent
3b6cd9e244
commit
dc366f7ff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303118
1 changed files with 3 additions and 1 deletions
|
@ -41,8 +41,10 @@ PLIST_DIRSTRY= share/applications
|
|||
PORTDATA= *
|
||||
PORTDOCS= ChangeLog
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue