pkgsrc/graphics/plplot/patches/patch-aj

14 lines
545 B
Text

$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