aboutsummaryrefslogtreecommitdiff
path: root/math/xgobi
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:52:39 +0000
commitd9b51276267edffe96f5dfa613e9010e8b20d481 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/xgobi
parent3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (diff)
downloadports-d9b51276267edffe96f5dfa613e9010e8b20d481.tar.gz
ports-d9b51276267edffe96f5dfa613e9010e8b20d481.zip
Notes
Diffstat (limited to 'math/xgobi')
-rw-r--r--math/xgobi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgobi/Makefile b/math/xgobi/Makefile
index d1a31ace37dd..0fce95fe0fa8 100644
--- a/math/xgobi/Makefile
+++ b/math/xgobi/Makefile
@@ -25,6 +25,8 @@ USE_XORG= xbitmaps xaw
PROGRAMS= xgvis xgobi
MANDIR= ${WRKSRC}/manpages
+OPTIONS_DEFINE= DOCS
+
# The distfile is a shar file. It also does not extract cleanly.
# 3 files extract to current directory so use post-extract to move
# them to proper locations.
@@ -46,7 +48,6 @@ do-install:
${INSTALL_MAN} ${MANDIR}/${file}.1 ${STAGEDIR}${PREFIX}/man/man1
.endfor
${INSTALL_DATA} ${WRKSRC}/XGobi.ex ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@ cd ${WRKSRC}; \
for dir in data_*; do \
@@ -56,6 +57,5 @@ do-install:
${INSTALL_DATA} $${file} ${STAGEDIR}${EXAMPLESDIR}/$${dir}; \
done \
done
-.endif
.include <bsd.port.mk>