mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
$NetBSD: patch-Makefile.in,v 1.1 2015/04/25 10:32:07 wiz Exp $
|
|
|
|
--- Makefile.in.orig 1999-06-22 22:44:42.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -1670,8 +1670,8 @@ install-target: $(INSTALL_TARGET_MODULES
|
|
### other supporting targets
|
|
|
|
MAKEDIRS= \
|
|
- $(prefix) \
|
|
- $(exec_prefix)
|
|
+ $(DESTDIR)$(prefix) \
|
|
+ $(DESTDIR)$(exec_prefix)
|
|
.PHONY: installdirs
|
|
installdirs: mkinstalldirs
|
|
$(SHELL) $(srcdir)/mkinstalldirs $(MAKEDIRS)
|