summaryrefslogtreecommitdiff
path: root/ham/xlog
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-18 22:55:50 +0000
committerwiz <wiz>2014-12-18 22:55:50 +0000
commitf9d732610749c641476b994ffd72b65c99ad36a3 (patch)
tree0c60a44094d900f29ca79348abbcf94cb41a576b /ham/xlog
parent40b5c089b6e87cd5819f98d5d74ec507e714855d (diff)
downloadpkgsrc-f9d732610749c641476b994ffd72b65c99ad36a3.tar.gz
Remove patch-aa after update removed it from distinfo.
Diffstat (limited to 'ham/xlog')
-rw-r--r--ham/xlog/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/ham/xlog/patches/patch-aa b/ham/xlog/patches/patch-aa
deleted file mode 100644
index a9a9fdf412a..00000000000
--- a/ham/xlog/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2007/07/02 16:20:35 wulf Exp $
-
---- po/Makefile.in.in.orig 2007-01-22 05:38:29.000000000 +1030
-+++ po/Makefile.in.in 2007-07-03 01:22:03.000000000 +0930
-@@ -38,7 +38,7 @@
- # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
- # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
- # versions, $(mkinstalldirs) and $(install_sh) are unused.
--mkinstalldirs = $(SHELL) @install_sh@ -d
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- install_sh = $(SHELL) @install_sh@
- MKDIR_P = @MKDIR_P@
- mkdir_p = @mkdir_p@