ports/archivers/rzip/files/patch-Makefile.in
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
285 B
Text

--- 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@