diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-17 12:51:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-17 12:51:29 +0000 |
commit | 56a323d9d0d57ce1b5e1e89370a2a91af0150282 (patch) | |
tree | 8162ca27665180799c964552dc6b9317c3272418 /print | |
parent | 74a14409834938f4a21c01bcc7072a4e353a5e69 (diff) | |
download | pkgsrc-56a323d9d0d57ce1b5e1e89370a2a91af0150282.tar.gz |
Change dependency to use teTeX2 per default instead of the obsolete teTeX1.
While here, replace the INSTALL/DEINSTALL scripts with @exec/@unexec lines.
Bump PKGREVISION for dependency change.
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/DEINSTALL | 9 | ||||
-rw-r--r-- | print/lgrind/INSTALL | 9 | ||||
-rw-r--r-- | print/lgrind/Makefile | 6 | ||||
-rw-r--r-- | print/lgrind/PLIST | 4 |
4 files changed, 6 insertions, 22 deletions
diff --git a/print/lgrind/DEINSTALL b/print/lgrind/DEINSTALL deleted file mode 100644 index ffeb880294a..00000000000 --- a/print/lgrind/DEINSTALL +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:27:46 zuntum Exp $ -# -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -${PKG_PREFIX}/bin/texconfig rehash diff --git a/print/lgrind/INSTALL b/print/lgrind/INSTALL deleted file mode 100644 index 0f7239e6402..00000000000 --- a/print/lgrind/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.1 2001/10/31 23:27:46 zuntum Exp $ -# -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -${PKG_PREFIX}/bin/texconfig rehash diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 3cf0fe7556b..4d6aeee9579 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2005/01/17 12:51:29 wiz Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jwise@NetBSD.org COMMENT= Source pretty printer for LaTeX -DEPENDS+= teTeX-1.0.*:../../print/teTeX1 +DEPENDS+= teTeX>=1.0:../../print/teTeX WRKSRC= ${WRKDIR}/lgrind/source USE_X11= yes diff --git a/print/lgrind/PLIST b/print/lgrind/PLIST index 553f3a1b418..40ede4fa2e6 100644 --- a/print/lgrind/PLIST +++ b/print/lgrind/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:46 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/01/17 12:51:29 wiz Exp $ bin/lgrind share/texmf/tex/latex/lgrind/lgrindef share/texmf/doc/latex/lgrind/lgrind.dvi @@ -7,3 +7,5 @@ man/man1/lgrind.1 man/man5/lgrindef.5 @dirrm share/texmf/tex/latex/lgrind @dirrm share/texmf/doc/latex/lgrind +@exec %D/bin/mktexlsr +@unexec %D/bin/mktexlsr |