mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
16 lines
532 B
Plaintext
16 lines
532 B
Plaintext
$NetBSD: patch-ah,v 1.1 2008/12/14 13:19:15 tnn Exp $
|
|
|
|
--- tools/Makefile.in.orig 2002-08-01 22:41:06.000000000 +0400
|
|
+++ tools/Makefile.in 2008-12-06 23:58:25.000000000 +0300
|
|
@@ -47,8 +47,8 @@
|
|
# ========================== Installation =========================
|
|
|
|
install: tools.algae
|
|
- for f in *.A; do $(INSTALL_DATA) $$f $(tooldir); done
|
|
- $(INSTALL_DATA) tools.algae $(tooldir)
|
|
+ for f in *.A; do $(INSTALL_DATA) $$f $(DESTDIR)$(tooldir); done
|
|
+ $(INSTALL_DATA) tools.algae $(DESTDIR)$(tooldir)
|
|
.PHONY: install
|
|
|
|
uninstall:
|