cb3e3ff
--- barcode-0.98/Makefile.in.orig	2005-07-07 23:07:48.513990181 +0200
cb3e3ff
+++ barcode-0.98/Makefile.in	2005-07-07 23:08:53.716905115 +0200
cb3e3ff
@@ -11,12 +11,12 @@
cb3e3ff
 LDFLAGS = -L. -l$(TARGET) @LIBPAPER@
cb3e3ff
 
cb3e3ff
 prefix = @prefix@
cb3e3ff
-BINDIR = $(prefix)/bin
cb3e3ff
-LIBDIR = $(prefix)/lib
cb3e3ff
-INCDIR = $(prefix)/include
cb3e3ff
-MAN1DIR = $(prefix)/man/man1
cb3e3ff
-MAN3DIR = $(prefix)/man/man3
cb3e3ff
-INFODIR = $(prefix)/info
cb3e3ff
+BINDIR = $(bindir)
cb3e3ff
+LIBDIR = $(libdir)
cb3e3ff
+INCDIR = $(includedir)
cb3e3ff
+MAN1DIR = $(mandir)/man1
cb3e3ff
+MAN3DIR = $(mandir)/man3
cb3e3ff
+INFODIR = $(infodir)
cb3e3ff
 
cb3e3ff
 # getopt may be installed or not, if not take our copy
cb3e3ff
 GETOPT_O = @GETOPT_O@