Fix install target

Notified by:	Charlie Kester <corky1951@comcast.net>
This commit is contained in:
Emanuel Haupt 2011-03-22 09:06:16 +00:00
parent a1ba3fa7fb
commit d9b1773e6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271464

View file

@ -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