diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-17 17:16:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-17 17:16:10 +0000 |
commit | 99e9dd01d7247b836176e7345638ae086a72247b (patch) | |
tree | 094062065fa5157063eef2b5fd2959f003700068 /lang/ecl | |
parent | b1a60384b5c0440fb285fcd22392278c0df8b198 (diff) | |
download | pkgsrc-99e9dd01d7247b836176e7345638ae086a72247b.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-aa | 15 |
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 \ |