1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/archivers/rzip/files/patch-Makefile.in
Emanuel Haupt 4c23a2c3a1 - Add LICENSE
- Support staging
- Take maintainership
2013-11-15 09:41:40 +00:00

14 lines
337 B
Plaintext

--- ./Makefile.in.orig 2013-11-15 10:34:18.246331970 +0100
+++ ./Makefile.in 2013-11-15 10:34:38.383364598 +0100
@@ -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@