mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Fix NOPORTEXAMPLES case
Noticed by: QAT
This commit is contained in:
parent
3f77d0bfb1
commit
68fb7c6593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264809
@ -33,8 +33,9 @@ do-install:
|
||||
${GMAKE} platform=freebsd installdir=${PREFIX} install
|
||||
${RM} ${PREFIX}/bin/gogoc.conf*
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${INSTALL_DATA} ${WRKSRC}/gogoc-tsp/bin/gogoc.conf.sample ${EXAMPLESDIR}
|
||||
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user