--- Makefile (revision 524712) +++ Makefile (working copy) @@ -13,6 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX} PLIST_FILES= bin/rzip man/man1/rzip.1.gz --- files/patch-Makefile.in (revision 524712) +++ files/patch-Makefile.in (nonexistent) @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2006-02-14 00:38:23 UTC -+++ Makefile.in -@@ -3,8 +3,8 @@ - - prefix=@prefix@ - exec_prefix=@exec_prefix@ --INSTALL_BIN=$(exec_prefix)/bin --INSTALL_MAN=$(prefix)/man -+INSTALL_BIN=$(DESTDIR)$(exec_prefix)/bin -+INSTALL_MAN=$(DESTDIR)$(prefix)/man - - LIBS=@LIBS@ - CC=@CC@