diff options
author | wulf <wulf> | 2003-07-13 14:37:42 +0000 |
---|---|---|
committer | wulf <wulf> | 2003-07-13 14:37:42 +0000 |
commit | c754176924b52c73d62fd03432fcef3efbda0ef8 (patch) | |
tree | dd7dc1280124635a63746d26714951d75fb15e09 | |
parent | 30901b15ff97dde89c4fdf25bb3986fc883b1da9 (diff) | |
download | pkgsrc-c754176924b52c73d62fd03432fcef3efbda0ef8.tar.gz |
Added REPLACE_PERL fixing incorrect path to perl in t1mapper script
-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 == '' |