diff options
author | minskim <minskim@pkgsrc.org> | 2008-12-09 05:16:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-12-09 05:16:21 +0000 |
commit | d02aa11c0c86ee30ca46770579c67a5fa7e54d37 (patch) | |
tree | 4c6fac2a8d83558cfd70302ea084dc8c34bc7b95 /print/teTeX3-bin | |
parent | 55288a14dca7b6c5fbb108f908246b0f4980404b (diff) | |
download | pkgsrc-d02aa11c0c86ee30ca46770579c67a5fa7e54d37.tar.gz |
Remove an unused entry from REPLACE_PERL.
Diffstat (limited to 'print/teTeX3-bin')
-rw-r--r-- | print/teTeX3-bin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile index 00dcc369aab..fb557347366 100644 --- a/print/teTeX3-bin/Makefile +++ b/print/teTeX3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/11/19 21:16:02 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2008/12/09 05:16:21 minskim Exp $ DISTNAME= tetex-src-3.0 PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/} @@ -21,8 +21,7 @@ CONFLICTS+= omega<0.90.4nb1 INFO_FILES= # PLIST USE_TOOLS+= bison lex -REPLACE_PERL= texk/xdvik/t1mapper \ - texk/oxdvik/t1mapper +REPLACE_PERL= texk/xdvik/t1mapper USE_LIBTOOL= yes |