Index: head/archivers/rzip/files/patch-Makefile.in =================================================================== --- head/archivers/rzip/files/patch-Makefile.in (revision 526075) +++ head/archivers/rzip/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@ Property changes on: head/archivers/rzip/files/patch-Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/rzip/Makefile =================================================================== --- head/archivers/rzip/Makefile (revision 526075) +++ head/archivers/rzip/Makefile (revision 526076) @@ -1,22 +1,23 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= rzip PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SAMBA/rzip MAINTAINER= ehaupt@FreeBSD.org 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 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip .include