diff options
author | rene <rene@FreeBSD.org> | 2010-11-20 04:18:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-11-20 04:18:23 +0800 |
commit | 32b8635ecb3523f1b821bae4dc1027a9972d051e (patch) | |
tree | a7b0d9dd7c66396c4069aaa1b3353e9fc9793b0a /net/gogoc | |
parent | 3c4c996e7ae4eb6b83074052a5636d7b7a9d804a (diff) | |
download | freebsd-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/Makefile | 2 |
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) |