summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-17 17:16:10 +0000
committerwiz <wiz@pkgsrc.org>2011-02-17 17:16:10 +0000
commit525a94316363a08a836d6482c8a27e43b58292fe (patch)
tree094062065fa5157063eef2b5fd2959f003700068 /lang/ecl
parent02bf777e4f1db651d2380c650fadfba51e73064d (diff)
downloadpkgsrc-525a94316363a08a836d6482c8a27e43b58292fe.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 \