diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-13 07:11:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-13 07:11:19 +0000 |
commit | c782d90ea1398299249e50a37ab0c6c20480b2f3 (patch) | |
tree | 6aff2f88507fc0126d0137bcbb7c9f17eb2f4731 /print | |
parent | ed0a88dcfd25a27183706d9be601b4aa2b66720e (diff) | |
download | pkgsrc-c782d90ea1398299249e50a37ab0c6c20480b2f3.tar.gz |
Fix typo in PLIST. Bump PKGREVISION.
From Ryu HAYASAKA in PR 33069.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-textpos/Makefile | 4 | ||||
-rw-r--r-- | print/tex-textpos/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index d0c378f33ed..5c2d740b72d 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:32 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/13 07:11:19 wiz Exp $ # NAME= textpos DISTNAME= ${NAME} PKGNAME= tex-${NAME}-1.2b -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/} diff --git a/print/tex-textpos/PLIST b/print/tex-textpos/PLIST index 6ca7b241f12..0797672bd46 100644 --- a/print/tex-textpos/PLIST +++ b/print/tex-textpos/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 2006/03/13 07:11:19 wiz Exp $ ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/LICENCE ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/README ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/VERSION @@ -8,7 +8,7 @@ ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.dtx ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.ins ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.log ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.sty -@exec cd %D/share/texmf/tex/latex/textpos; latex testpos.ins +@exec cd %D/share/texmf/tex/latex/textpos; latex textpos.ins @exec %D/bin/texconfig rehash @unexec %D/bin/texconfig rehash @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos |