mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
285 B
Text
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@
|