2013-09-26 17:14:40 +02:00

23 lines
603 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2001/07/24 13:47:34 wiz Exp $
--- bibdup.sin.orig Sat May 8 22:05:18 1999
+++ bibdup.sin
@@ -11,7 +11,10 @@
# [08-May-1999] -- update for bibparse 1.04 release
# [16-Jan-1993]
-LIBDIR=_LIBDIR_
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+LIBDIR=${prefix}/share/lib/bibdup
+BINDIR=@bindir@
if test ! -d $LIBDIR
then
@@ -26,4 +29,4 @@
# NB: Use regexp notation with tr so it works with both System V and
# BSD style tr!
-_BINDIR_/biblex $* | tr '[A-Z]' '[a-z]' | _AWK_ -f $LIBDIR/bibdup.awk
+$BINDIR/biblex $* | tr '[A-Z]' '[a-z]' | @AWK@ -f $LIBDIR/bibdup.awk