summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ak
blob: 5a26dfd676a00a57225d726696f0d3f3acc7ff84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ak,v 1.1 2002/12/10 11:58:16 markd Exp $

--- src/library/mva/Makefile.in.orig	Mon Jul 22 00:32:07 2002
+++ src/library/mva/Makefile.in	Tue Dec 10 00:02:10 2002
@@ -29,10 +29,10 @@
 	fi; \
 	done
 	@if test -f $(top_builddir)/$(subdir)/DESCRIPTION; then \
+	  echo "Built: R" @VERSION@\;  @R_PLATFORM@\;  `date` >> \
+	    $(top_builddir)/$(subdir)/DESCRIPTION; \
 	  $(INSTALL_DATA) $(top_builddir)/$(subdir)/DESCRIPTION \
 	    $(top_builddir)/library/$(pkg); \
-	  echo "Built: R" @VERSION@\;  @R_PLATFORM@\;  `date` >> \
-	    $(top_builddir)/library/$(pkg)/DESCRIPTION; \
 	fi
 	@if test -d $(srcdir)/data; then \
 	  $(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/data; \