summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-13 20:32:37 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-13 20:32:37 +0000
commit3b13b6d7dc76d158c848ef3ff32a415eb832e2fc (patch)
treeee000de33b5fa3ff319c12a2b59659fc7f27236d
parenta70046c92aa9310aac99405bccfb9431df0a979f (diff)
downloadpkgsrc-3b13b6d7dc76d158c848ef3ff32a415eb832e2fc.tar.gz
rillig@ fixed the install_sh issue, so nuke patch that worked around.
Proxy commit for xtraeme.
-rw-r--r--sysutils/xfe/distinfo3
-rw-r--r--sysutils/xfe/patches/patch-ab15
2 files changed, 1 insertions, 17 deletions
diff --git a/sysutils/xfe/distinfo b/sysutils/xfe/distinfo
index 22151d7aa96..d43b0e85fd4 100644
--- a/sysutils/xfe/distinfo
+++ b/sysutils/xfe/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/04/13 05:47:15 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2007/06/13 20:32:37 joerg Exp $
SHA1 (xfe-0.99.tar.gz) = 60707a6751e3d3290d307e184b82e1079a9a0174
RMD160 (xfe-0.99.tar.gz) = 6e187be524a12ecd07924453d099968391a7baae
Size (xfe-0.99.tar.gz) = 2230460 bytes
-SHA1 (patch-ab) = 86c9c6d4668a8191e94a2d835480a8a77c7204cc
SHA1 (patch-ac) = 001140df584ef01d52e0737a57e0babbc574a0b4
diff --git a/sysutils/xfe/patches/patch-ab b/sysutils/xfe/patches/patch-ab
deleted file mode 100644
index 44bca817b10..00000000000
--- a/sysutils/xfe/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2007/04/13 05:47:15 xtraeme Exp $
-
---- po/Makefile.in.in.orig 2007-04-13 06:29:50.000000000 +0200
-+++ po/Makefile.in.in 2007-04-13 06:30:03.000000000 +0200
-@@ -38,8 +38,8 @@
- # 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
--install_sh = $(SHELL) @install_sh@
-+mkinstalldirs = @install_sh@ -d
-+install_sh = @install_sh@
- MKDIR_P = @MKDIR_P@
- mkdir_p = @mkdir_p@
-