aboutsummaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:17 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:24:17 +0000
commit6c1ef334ed40c60ece179967eb53c91c2295d697 (patch)
tree05e05ac58f4a4896d11429b174670c3252263922 /math/mathomatic
parenta3c824a55b70a54d0f2575a2ff2c4fe25e0f8b97 (diff)
Notes
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 609590ff8270..89de5e94738c 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -37,7 +37,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \
${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${STAGEDIR}${PREFIX}/share/pixmaps
-.if ${PORT_OPTIONS:MDOCS}
.for d in m4 tests
${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}
${INSTALL_DATA} ${WRKSRC}/${d}/* ${STAGEDIR}${DOCSDIR}/${d}
@@ -47,6 +46,5 @@ do-install:
.for f in AUTHORS README.txt changes.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
-.endif
.include <bsd.port.mk>