1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/lang/hope/files/patch-lib--Makefile.in
Lev A. Serebryakov 0178d30e00 STAGEfy
2014-05-18 20:07:43 +00:00

19 lines
635 B
Plaintext

--- lib/Makefile.in.orig 1999-04-16 18:21:45.000000000 +0400
+++ lib/Makefile.in 2014-05-19 00:03:58.000000000 +0400
@@ -14,11 +14,11 @@
all:
install:
- $(INSTALL) -d $(hopelib)
- for f in *.hop; do $(INSTALL_DATA) $$f $(hopelib); done
- $(INSTALL) -d $(newlib)
+ $(INSTALL) -d $(DESTDIR)$(hopelib)
+ for f in *.hop; do $(INSTALL_DATA) $$f $(DESTDIR)$(hopelib); done
+ $(INSTALL) -d $(DESTDIR)$(newlib)
sed -f list.sed Standard.hop >Standard-new.hop
- $(INSTALL_DATA) Standard-new.hop $(newlib)/Standard.hop
+ $(INSTALL_DATA) Standard-new.hop $(DESTDIR)$(newlib)/Standard.hop
rm -f Standard-new.hop
distclean clean clobber: