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 | bc7da721ee64df8a76874e46a5c3ef8e5d662d60 (patch) | |
tree | 324e6854990f7c8b16f8f98bbacafe076434bf25 /print | |
parent | 7dd028d68381cbba473c58525f536b87e1a40fab (diff) | |
download | pkgsrc-bc7da721ee64df8a76874e46a5c3ef8e5d662d60.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')
-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 |