pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-prosper Use teTeX/module.mk to update ls-R p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b69007ebf0cc
branches:  trunk
changeset: 503033:b69007ebf0cc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 13 04:19:00 2005 +0000

description:
Use teTeX/module.mk to update ls-R properly.  Bump PKGREVISION because
previously this papckage generated ls-R under $HOME.

diffstat:

 print/tex-prosper/Makefile |  8 ++++----
 print/tex-prosper/PLIST    |  4 +---
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 9e0bcfc10456 -r b69007ebf0cc print/tex-prosper/Makefile
--- a/print/tex-prosper/Makefile        Sun Nov 13 04:15:52 2005 +0000
+++ b/print/tex-prosper/Makefile        Sun Nov 13 04:19:00 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2005/11/10 16:49:28 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/13 04:19:00 minskim Exp $
 #
 
 DISTNAME=      prosper-1.00.4
 PKGNAME=       tex-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prosper/}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} PPRblends.sty.gz
@@ -24,6 +24,8 @@
 DOCDIR=                ${LOCALBASE}/share/doc/tex-prosper
 EGDIR=         ${LOCALBASE}/share/examples/tex-prosper
 
+.include "../../print/teTeX/module.mk"
+
 post-extract:
        ${MV} ${WRKDIR}/PPRblends.sty ${WRKSRC}/contrib
        ${MV} ${WRKSRC}/doc/doc-examples ${WRKSRC}/examples
@@ -40,7 +42,5 @@
 .for f in ${DOCS}
        ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
 .endfor
-       ${LOCALBASE}/bin/mktexlsr
 
-.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9e0bcfc10456 -r b69007ebf0cc print/tex-prosper/PLIST
--- a/print/tex-prosper/PLIST   Sun Nov 13 04:15:52 2005 +0000
+++ b/print/tex-prosper/PLIST   Sun Nov 13 04:19:00 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/11/08 21:45:01 tonio Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/11/13 04:19:00 minskim Exp $
 share/doc/tex-prosper/AUTHORS
 share/doc/tex-prosper/ChangeLog
 share/doc/tex-prosper/FAQ
@@ -85,7 +85,5 @@
 @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/misc/prosper/contrib/img
 @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/misc/prosper/contrib
 @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/misc/prosper
-@exec %D/bin/mktexlsr
-@unexec %D/bin/mktexlsr
 @dirrm share/examples/tex-prosper
 @dirrm share/doc/tex-prosper



Home | Main Index | Thread Index | Old Index