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

--- src/library/lqs/Makefile.in.orig	Mon Jul 22 00:32:06 2002
+++ src/library/lqs/Makefile.in	Tue Dec 10 00:00:27 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; \