diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-22 09:06:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-22 09:06:16 +0000 |
commit | d9b1773e6b80e6c96d50127804e03335d7f0db38 (patch) | |
tree | 0fbdfde5ea061c6e880d7b473a4f7a62fa21e0b0 /math/mathomatic | |
parent | a1ba3fa7fb122f61485883a506b8d74cee25db26 (diff) | |
download | ports-d9b1773e6b80e6c96d50127804e03335d7f0db38.tar.gz ports-d9b1773e6b80e6c96d50127804e03335d7f0db38.zip |
Notes
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 3 |
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 |