Files
pkgsrc-ng/math/grace/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
514 B
Plaintext

$NetBSD: patch-aa,v 1.3 2003/01/19 07:07:40 salo Exp $
--- examples/Makefile.orig Sat Jun 22 13:40:21 2002
+++ examples/Makefile Thu Sep 26 21:01:32 2002
@@ -33,7 +33,7 @@
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/examples; done
- $(INSTALL_PROGRAM) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
+ $(BSD_INSTALL_SCRIPT) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
links : dummy