summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/patches/patch-ar')
-rw-r--r--math/R/patches/patch-ar21
1 files changed, 0 insertions, 21 deletions
diff --git a/math/R/patches/patch-ar b/math/R/patches/patch-ar
deleted file mode 100644
index 77e997249f3..00000000000
--- a/math/R/patches/patch-ar
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ar,v 1.1 2003/12/03 12:05:19 markd Exp $
-
---- src/library/grid/Makefile.in.orig 2003-09-21 20:13:09.000000000 +1200
-+++ src/library/grid/Makefile.in
-@@ -29,14 +29,14 @@ all: Makefile DESCRIPTION
- fi; \
- done
- @if test -f DESCRIPTION; then \
-- $(INSTALL_DATA) DESCRIPTION $(top_builddir)/library/$(pkg); \
- (tmp="Built: R $(VERSION); "; \
- if test -d $(srcdir)/src; then \
- tmp="$${tmp}$(R_PLATFORM)"; \
- fi; \
- tmp="$${tmp}; `date`; $(R_OSTYPE)"; \
- echo "$${tmp}") \
-- >> $(top_builddir)/library/$(pkg)/DESCRIPTION; \
-+ >> DESCRIPTION; \
-+ $(INSTALL_DATA) DESCRIPTION $(top_builddir)/library/$(pkg); \
- fi
- @if test -d $(srcdir)/data; then \
- $(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/data; \