diff options
author | tron <tron@pkgsrc.org> | 2011-04-23 17:29:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-04-23 17:29:39 +0000 |
commit | 672b2ed6d7b52fa058e28bcce2503874a357b71f (patch) | |
tree | 324e6854990f7c8b16f8f98bbacafe076434bf25 /print/teTeX3-bin | |
parent | 7f0915ee2fc099439db84d759f36c896dc86c4e5 (diff) | |
download | pkgsrc-672b2ed6d7b52fa058e28bcce2503874a357b71f.tar.gz |
Correct Perl interpreter path in "bin/texdoctk" to to fix build
with revision 1.26 of "pkgsrc/mk/check/check-interpreter.mk".
Bump package revision because the binary package changed.
Diffstat (limited to 'print/teTeX3-bin')
-rw-r--r-- | print/teTeX3-bin/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index fa8105b31f9..40d4dfb13b0 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2011/03/14 21:29:20 minskim Exp $ +# $NetBSD: Makefile,v 1.64 2011/04/23 17:29:39 tron Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} -PKGREVISION= 47 +PKGREVISION= 48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=obsolete/systems/unix/teTeX/3.0/distrib/} @@ -24,7 +24,7 @@ DEPENDS+= web2c>=7.5.7nb2:../../print/web2c INFO_FILES= # PLIST -USE_TOOLS+= bison lex +USE_TOOLS+= bison perl:run lex USE_LIBTOOL= yes @@ -70,6 +70,8 @@ TEX_FORMATS= "aleph aleph - *aleph.ini\\nlamed aleph language.dat *lambda.ini\\n .include "../../print/teTeX3-bin/Makefile.common" .include "../../print/texlive-tetex/format.mk" +REPLACE_PERL= texk/tetex/texdoctk + post-extract: ${RM} -rf ${WRKSRC}/texk/kpathsea |