diff options
author | jlam <jlam@pkgsrc.org> | 2003-08-30 20:02:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-08-30 20:02:05 +0000 |
commit | 293dfb5a1263391e730bee2a798fd3ac2038680f (patch) | |
tree | d40ed1e33eb81300c674ca1bed498161c070b81e /print | |
parent | 2f3bea477e597ca57f5919d5286137c31f858826 (diff) | |
download | pkgsrc-293dfb5a1263391e730bee2a798fd3ac2038680f.tar.gz |
Remove redundant line that matches the default behaviour.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX2-bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile index 715048a0835..b9a54471c71 100644 --- a/print/teTeX2-bin/Makefile +++ b/print/teTeX2-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/08/09 11:20:38 seb Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/30 20:02:05 jlam Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} @@ -18,8 +18,6 @@ CONFLICTS+= omega-[0-9]* INFO_FILES= latex.info dvips.info web2c.info kpathsea.info -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - REPLACE_PERL= texk/xdvik/t1mapper \ texk/oxdvik/t1mapper |