summaryrefslogtreecommitdiff
path: root/net/gogoc/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-11-19 20:18:23 +0000
committerRene Ladan <rene@FreeBSD.org>2010-11-19 20:18:23 +0000
commitc760e9429ddf93aca69ff0b24a27326cb7c5b4f5 (patch)
treec28571efe02f49e471715153fe0bf4caa1e66491 /net/gogoc/Makefile
parentFix NOPORTEXAMPLES case (diff)
Second try to fix NOPORTEXAMPLES case
Noticed by: QAT
Notes
Notes: svn path=/head/; revision=264810
Diffstat (limited to 'net/gogoc/Makefile')
-rw-r--r--net/gogoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gogoc/Makefile b/net/gogoc/Makefile
index a878c915b579..c69402a356dc 100644
--- a/net/gogoc/Makefile
+++ b/net/gogoc/Makefile
@@ -32,8 +32,8 @@ do-install:
cd ${WRKSRC}/gogoc-tsp/ && \
${GMAKE} platform=freebsd installdir=${PREFIX} install
${RM} ${PREFIX}/bin/gogoc.conf*
- ${MKDIR} ${EXAMPLESDIR}
.if !defined(NOPORTEXAMPLES)
+ ${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/gogoc-tsp/bin/gogoc.conf.sample ${EXAMPLESDIR}
.endif
.if !defined(NOPORTDOCS)