1
0
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:
Rene Ladan 2010-11-19 20:10:49 +00:00
parent 3f77d0bfb1
commit 68fb7c6593
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264809

View File

@ -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}