summaryrefslogtreecommitdiff
path: root/devel/automake/patches
diff options
context:
space:
mode:
authorskrll <skrll>2002-01-10 16:22:37 +0000
committerskrll <skrll>2002-01-10 16:22:37 +0000
commit7215a6afedf401bbcbf46f6a4ff8968980ff8a65 (patch)
treeaff00a5eaa27a35b544f58063685085dde151b41 /devel/automake/patches
parent585686ad945d67c10ad63859e9b0306bbf418e20 (diff)
downloadpkgsrc-7215a6afedf401bbcbf46f6a4ff8968980ff8a65.tar.gz
Actually add the patch that fixes lisp_LISP handling. This went unnoticed
for 4 months! While I'm here change the maintainer to packages@netbsd.org
Diffstat (limited to 'devel/automake/patches')
-rw-r--r--devel/automake/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/automake/patches/patch-ac b/devel/automake/patches/patch-ac
new file mode 100644
index 00000000000..60f24d3c534
--- /dev/null
+++ b/devel/automake/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2002/01/10 16:22:38 skrll Exp $
+
+--- lisp.am.orig Sun Jul 15 17:22:09 2001
++++ lisp.am
+@@ -21,7 +21,7 @@
+ $(mkinstalldirs) $(DESTDIR)$(@DIR@dir); \
+ ## Funny invocation because Makefile variable can be empty, leading to
+ ## a syntax error in sh.
+- @list='$(@DIR@_LISP)'; for p in $$list; do \
++ list='$(@DIR@_LISP)'; for p in $$list; do \
+ ## A header file can be in the source directory or the build directory.
+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(@DIR@dir)/$$p"; \