diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-11-19 20:10:49 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-11-19 20:10:49 +0000 |
commit | 68fb7c6593e714b5c42e4eac22e4e865fb164ed6 (patch) | |
tree | a0562278e0dd39155c35d10ff26fc09df4a7fe5c /net/gogoc | |
parent | 3f77d0bfb109742b85245fdd9cb21e87fd34e835 (diff) | |
download | ports-68fb7c6593e714b5c42e4eac22e4e865fb164ed6.tar.gz ports-68fb7c6593e714b5c42e4eac22e4e865fb164ed6.zip |
Notes
Diffstat (limited to 'net/gogoc')
-rw-r--r-- | net/gogoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gogoc/Makefile b/net/gogoc/Makefile index 56eee61223fe..a878c915b579 100644 --- a/net/gogoc/Makefile +++ b/net/gogoc/Makefile @@ -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} |