pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Install images required to render HTML...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd52341b7c29
branches:  trunk
changeset: 528171:fd52341b7c29
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 22 22:30:13 2007 +0000

description:
Install images required to render HTML files.  Noted by the author.

Bump PKGREVISION.

diffstat:

 math/mathomatic/Makefile |  5 +++--
 math/mathomatic/PLIST    |  5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 30478ee71a4c -r fd52341b7c29 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Apr 22 21:09:48 2007 +0000
+++ b/math/mathomatic/Makefile  Sun Apr 22 22:30:13 2007 +0000
@@ -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 @@
        ${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 -r 30478ee71a4c -r fd52341b7c29 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST     Sun Apr 22 21:09:48 2007 +0000
+++ b/math/mathomatic/PLIST     Sun Apr 22 22:30:13 2007 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index