summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-17 17:16:10 +0000
committerwiz <wiz>2011-02-17 17:16:10 +0000
commit39692472de1c237a8e91311f79f0391f62d9fbbd (patch)
tree094062065fa5157063eef2b5fd2959f003700068 /lang/ecl
parent14461666e3d1f00cdd8a109cb30b97ca52cff72c (diff)
downloadpkgsrc-39692472de1c237a8e91311f79f0391f62d9fbbd.tar.gz
Remove patch-aa, it's not in distinfo since the update about a week ago.
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ecl/patches/patch-aa b/lang/ecl/patches/patch-aa
deleted file mode 100644
index b26e3455259..00000000000
--- a/lang/ecl/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/06/16 13:57:30 asau Exp $
-
-Avoid possible conflicts when using shared place.
-
---- src/Makefile.in.orig 2010-04-04 18:31:27.000000000 +0400
-+++ src/Makefile.in 2010-06-16 14:56:55.000000000 +0400
-@@ -174,7 +174,7 @@
- esac \
- done
- for i in Copyright LGPL; do \
-- $(INSTALL_DATA) $(top_srcdir)/../$$i $(DESTDIR)$(libdir); \
-+ $(INSTALL_DATA) $(top_srcdir)/../$$i $(DESTDIR)$(ecldir); \
- done
- $(mkinstalldirs) $(DESTDIR)$(mandir)/man$(manext)
- for i in doc/ecl.man doc/ecl-config.man; do \