mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use optionsNG syntax for NOPORTDOCS
Feature safe: yes
This commit is contained in:
parent
aae78d5e6f
commit
17243213cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306332
@ -14,11 +14,13 @@ LICENSE= BSD
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user