diff options
author | wulf <wulf@pkgsrc.org> | 2003-07-13 14:37:42 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-07-13 14:37:42 +0000 |
commit | 62228e296e44713ed6d7cddaa028e92d77a84dfa (patch) | |
tree | dd7dc1280124635a63746d26714951d75fb15e09 /print/teTeX2-bin | |
parent | fef718989087cc83327db8ec95eb0acb4df567ab (diff) | |
download | pkgsrc-62228e296e44713ed6d7cddaa028e92d77a84dfa.tar.gz |
Added REPLACE_PERL fixing incorrect path to perl in t1mapper script
Diffstat (limited to 'print/teTeX2-bin')
-rw-r--r-- | print/teTeX2-bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile index 96aa8bf9a5f..73765bb2c3a 100644 --- a/print/teTeX2-bin/Makefile +++ b/print/teTeX2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/13 13:53:09 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/13 14:37:42 wulf Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} @@ -18,6 +18,9 @@ CONFLICTS+= omega-[0-9]* INFO_FILES= latex.info dvips.info web2c.info kpathsea.info +REPLACE_PERL= texk/xdvik/t1mapper \ + texk/oxdvik/t1mapper + .include "../../mk/bsd.prefs.mk" # sysutils/coreutils installs a 'readlink' program, so conflict with it if # GNU_PROGRAM_PREFIX == '' |