summaryrefslogtreecommitdiff
path: root/graphics/plplot/patches/patch-aj
blob: 27b1e464c75b148c9691a8b0de1c266c09fe4b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aj,v 1.3 2001/03/30 20:26:23 jtb Exp $

--- cf/pkg_f77.in.orig	Sat Mar  3 12:47:38 2001
+++ cf/pkg_f77.in
@@ -46,7 +46,7 @@
 
 # Require dependency on FDEMOS_SOURCES because these are generated files
 install_f77: $(FDEMOS_SOURCES)
-	@-if test ! -d $(DEMOS_DIR)/f77; then mkdir -p $(DEMOS_DIR)/f77; fi; \
+	-$(BSD_INSTALL_DATA_DIR) $(DEMOS_DIR)/f77; \
 	  $(LN) ../Makefile $(DEMOS_DIR)/f77; \
-	  cd $(top_srcdir)/examples/f77; $(CP) *.f $(DEMOS_DIR)/f77
+	  $(BSD_INSTALL_DATA) $(top_srcdir)/examples/f77/*.f $(DEMOS_DIR)/f77