diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index 1c59d2bf04ee..88841717a744 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -13,6 +13,7 @@ COMMENT= Compression program similar to gzip or bzip2 LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX} PLIST_FILES= bin/rzip man/man1/rzip.1.gz diff --git a/archivers/rzip/files/patch-Makefile.in b/archivers/rzip/files/patch-Makefile.in deleted file mode 100644 index 5d76bac31eac..000000000000 --- a/archivers/rzip/files/patch-Makefile.in +++ /dev/null @@ -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@