diff options
author | tron <tron@pkgsrc.org> | 2010-10-09 07:33:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-10-09 07:33:43 +0000 |
commit | 8df45f450b7257922c3c8796c3947ab0e530de02 (patch) | |
tree | e892b4a0f89ab76701044dfc775f032a91ab775b /print | |
parent | 1aa2f76dda66ed02b58dae1c600d774c38a47869 (diff) | |
download | pkgsrc-8df45f450b7257922c3c8796c3947ab0e530de02.tar.gz |
Remove broken symlink "man/man1/pdftex.1" during installation. This stops
makewhatis(8) from complaining when it creates the whatis database.
Bump package revision.
Diffstat (limited to 'print')
-rw-r--r-- | print/web2c/Makefile | 5 | ||||
-rw-r--r-- | print/web2c/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 279385de7dc..7833d04753f 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2010/09/24 21:54:56 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2010/10/09 07:33:43 tron Exp $ DISTNAME= texlive-20100720-source PKGNAME= web2c-2010 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz @@ -62,5 +62,6 @@ post-install: ${LN} -sf mf.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/mf-nowin.1 ${LN} -sf dvicopy.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/odvicopy.1 ${LN} -sf dvitype.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/odvitype.1 + ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pdftex.1 .include "../../mk/bsd.pkg.mk" diff --git a/print/web2c/PLIST b/print/web2c/PLIST index b499e617ac1..64425b6ada1 100644 --- a/print/web2c/PLIST +++ b/print/web2c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/09/24 21:54:56 minskim Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/10/09 07:33:43 tron Exp $ bin/aleph bin/bibtex bin/ctangle @@ -77,7 +77,6 @@ man/man1/outocp.1 man/man1/ovf2ovp.1 man/man1/ovp2ovf.1 man/man1/patgen.1 -man/man1/pdftex.1 man/man1/pdftosrc.1 man/man1/pktogf.1 man/man1/pktype.1 |