diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-11 04:13:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-08-11 04:13:35 +0000 |
commit | eb191c91dbd9b1f316fdd5da41b9b88d09750b00 (patch) | |
tree | 5a222f079b35fb1c95641b2b4f2231ec612a595a /wm | |
parent | 68163062dfbd89860df61aead358bb27cf698399 (diff) | |
download | pkgsrc-eb191c91dbd9b1f316fdd5da41b9b88d09750b00.tar.gz |
fix malformed patch.
problem noted in recent alpha bulk build.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icepref/distinfo | 4 | ||||
-rw-r--r-- | wm/icepref/patches/patch-aa | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/wm/icepref/distinfo b/wm/icepref/distinfo index e8808fb33c6..12c0e5b4113 100644 --- a/wm/icepref/distinfo +++ b/wm/icepref/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/07/02 13:03:01 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/08/11 04:13:35 dmcmahill Exp $ SHA1 (icepref-1.1.tar.gz) = 025c0390f7acb6768ee0b41c733bf9a3e59949b8 Size (icepref-1.1.tar.gz) = 29418 bytes -SHA1 (patch-aa) = e41db6ad41271087cb68282f7bd21de67679164f +SHA1 (patch-aa) = 0dd492ea8cf440a0076986245f61ddf1281a526a SHA1 (patch-ab) = 5fab42c6c557bbe87df7e37ba2bbf196d17f3dbc diff --git a/wm/icepref/patches/patch-aa b/wm/icepref/patches/patch-aa index 6aba1ce452f..fd2d4a75069 100644 --- a/wm/icepref/patches/patch-aa +++ b/wm/icepref/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/06/21 15:09:47 agc Exp $ +$NetBSD: patch-aa,v 1.2 2002/08/11 04:13:36 dmcmahill Exp $ --- Makefile.orig Tue Dec 28 20:53:24 1999 +++ Makefile @@ -17,5 +17,4 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/06/21 15:09:47 agc Exp $ uninstall: rm -f $(PREFIX)/bin/icepref - rm -f $(PREFIX)/man/man1/icepref.1 -\ No newline at end of file + rm -f $(PREFIX)/man/man1/icepref.1 |