aboutsummaryrefslogtreecommitdiffstats
path: root/math/mathomatic
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-03-22 17:06:16 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-03-22 17:06:16 +0800
commitd5a9d1caad4621f096e99dc25fd171d7f4f582ac (patch)
treef470a72457fbe24ce31f62701e53df0c3cc57096 /math/mathomatic
parent7952116092ec3df4dd199624f73c37981e541e94 (diff)
downloadfreebsd-ports-gnome-d5a9d1caad4621f096e99dc25fd171d7f4f582ac.tar.gz
freebsd-ports-gnome-d5a9d1caad4621f096e99dc25fd171d7f4f582ac.tar.zst
freebsd-ports-gnome-d5a9d1caad4621f096e99dc25fd171d7f4f582ac.zip
Fix install target
Notified by: Charlie Kester <corky1951@comcast.net>
Diffstat (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 67dc46067425..2486ce5467b1 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mathomatic
PORTVERSION= 15.5.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/ \
CRITICAL
@@ -52,7 +53,7 @@ do-install:
${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
.if !defined(NOPORTDOCS)
-.for d in m4 tests factorial
+.for d in m4 tests
${MKDIR} ${DOCSDIR}/${d}
${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
.endfor