diff options
author | minskim <minskim> | 2005-11-13 04:19:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-11-13 04:19:00 +0000 |
commit | fd8a98edae4cbc47cfcaff37ff108f34bd97f2c2 (patch) | |
tree | 76447763f4628d76acad3c851de94e18b57c1749 /print | |
parent | 7fe7f15de6ce0cf5fbb12eca784d572754666a1c (diff) | |
download | pkgsrc-fd8a98edae4cbc47cfcaff37ff108f34bd97f2c2.tar.gz |
Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION because
previously this papckage generated ls-R under $HOME.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-prosper/Makefile | 8 | ||||
-rw-r--r-- | print/tex-prosper/PLIST | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile index 90a72f846b4..4162a356598 100644 --- a/print/tex-prosper/Makefile +++ b/print/tex-prosper/Makefile @@ -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 @@ DOCS= AUTHORS ChangeLog FAQ INSTALL NEWS README TODO \ 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 @@ do-install: .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR} .endfor - ${LOCALBASE}/bin/mktexlsr -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-prosper/PLIST b/print/tex-prosper/PLIST index ea7a1c9b63a..b19f4ee7ad4 100644 --- a/print/tex-prosper/PLIST +++ b/print/tex-prosper/PLIST @@ -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 @@ ${PKG_LOCALTEXMFPREFIX}/tex/latex/misc/prosper/prosper.cls @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 |