summaryrefslogtreecommitdiff
path: root/devel/automake/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-25 19:22:30 +0000
committerwiz <wiz>2002-09-25 19:22:30 +0000
commitdc1955993634be167b0d9c02f1df92f3833a2a6b (patch)
tree6894100dd7c5542901b19680d515ef69655ddb01 /devel/automake/patches
parenta15485f4be26dd5059a1b1e472c7c5b38f6c8406 (diff)
downloadpkgsrc-dc1955993634be167b0d9c02f1df92f3833a2a6b.tar.gz
Update to 1.4.6.
Changes: * Versioned install support back-ported from 1.6
Diffstat (limited to 'devel/automake/patches')
-rw-r--r--devel/automake/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/automake/patches/patch-ac b/devel/automake/patches/patch-ac
deleted file mode 100644
index 60f24d3c534..00000000000
--- a/devel/automake/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$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"; \