diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-24 00:54:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-24 00:54:05 +0000 |
commit | b7ce5b9c6ef4993b217f8759504d0630e6dc807f (patch) | |
tree | c2d0461a55a4aa5ae16e71f17cf4552e573beb61 /print | |
parent | a3d173f522d90f9ff4c5f6e4bd10c954f92a829f (diff) | |
download | pkgsrc-b7ce5b9c6ef4993b217f8759504d0630e6dc807f.tar.gz |
Don't hardwire /usr/pkg.
Diffstat (limited to 'print')
-rw-r--r-- | print/bibtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index ff0351dbfe2..3f9d786fd2b 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/08 13:45:36 asau Exp $ +# $NetBSD: Makefile,v 1.10 2012/12/24 00:54:05 dholland Exp $ DISTNAME= BibTool-2.48 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} @@ -19,7 +19,7 @@ MAKE_FILE= makefile REPLACE_INTERPRETER+= tcl REPLACE.tcl.old= /usr/local/bin/tclsh -REPLACE.tcl.new= /usr/pkg/bin/tclsh +REPLACE.tcl.new= ${PREFIX}/bin/tclsh REPLACE_FILES.tcl= Tcl/bibtool.tcl REPLACE_PERL+= Perl/bibtool.pl |