diff options
author | minskim <minskim> | 2007-04-22 22:30:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-04-22 22:30:13 +0000 |
commit | 5077cd6bd6018991e8f708d1db72fdaaf1fe72d3 (patch) | |
tree | 2da556cd960ddd2c38ed916f0da0357a2a405e71 /math | |
parent | 5ab04a32204b954f59d2692f4cc50594fb353102 (diff) | |
download | pkgsrc-5077cd6bd6018991e8f708d1db72fdaaf1fe72d3.tar.gz |
Install images required to render HTML files. Noted by the author.
Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 5 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 34317d6103c..fa2d19f3e07 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2007/04/18 21:09:13 minskim Exp $ +# $NetBSD: Makefile,v 1.78 2007/04/22 22:30:13 minskim Exp $ # DISTNAME= mathomatic-12.6.12 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 @@ -26,7 +27,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/README.txt \ + ${INSTALL_DATA} ${WRKSRC}/doc/* ${WRKSRC}/README.txt \ ${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 44802dc08e0..7c2faf8dae3 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.8 2006/11/19 20:53:24 minskim Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/04/22 22:30:13 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 share/doc/${PKGBASE}/README.txt share/doc/${PKGBASE}/am.html +share/doc/${PKGBASE}/favicon.ico +share/doc/${PKGBASE}/greenfade.png share/doc/${PKGBASE}/index.html +share/doc/${PKGBASE}/led_circle_green.png share/doc/${PKGBASE}/manpage.html share/doc/${PKGBASE}/manual.html @dirrm share/doc/${PKGBASE} |