aboutsummaryrefslogtreecommitdiffstats
path: root/net/gogoc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-11-20 04:18:23 +0800
committerrene <rene@FreeBSD.org>2010-11-20 04:18:23 +0800
commit32b8635ecb3523f1b821bae4dc1027a9972d051e (patch)
treea7b0d9dd7c66396c4069aaa1b3353e9fc9793b0a /net/gogoc
parent3c4c996e7ae4eb6b83074052a5636d7b7a9d804a (diff)
downloadfreebsd-ports-gnome-32b8635ecb3523f1b821bae4dc1027a9972d051e.tar.gz
freebsd-ports-gnome-32b8635ecb3523f1b821bae4dc1027a9972d051e.tar.zst
freebsd-ports-gnome-32b8635ecb3523f1b821bae4dc1027a9972d051e.zip
Second try to fix NOPORTEXAMPLES case
Noticed by: QAT
Diffstat (limited to 'net/gogoc')
-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)