diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-15 23:04:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-15 23:04:51 +0000 |
commit | 364303a36959c5d6e777188490ad35271ff5565b (patch) | |
tree | ffa3528cbbfcd84bdd87bb82199696b3c34b8946 | |
parent | c3fa05695f847fb543bc47915387a3c53b8a67ee (diff) | |
download | pkgsrc-364303a36959c5d6e777188490ad35271ff5565b.tar.gz |
xpkgwedge fix, provided by John P. Darrow in pkg/13220.
-rw-r--r-- | games/xzip/distinfo | 4 | ||||
-rw-r--r-- | games/xzip/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xzip/distinfo b/games/xzip/distinfo index 5b83995a13b..a3d1b32c43a 100644 --- a/games/xzip/distinfo +++ b/games/xzip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:43 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/06/15 23:04:51 wiz Exp $ SHA1 (xzip180.tar.Z) = 45581b97e2b00535fe6f4dfab2aa4f8efb353749 Size (xzip180.tar.Z) = 134871 bytes -SHA1 (patch-aa) = fa9f12081660760f52679357ab13bb9e8b9e5694 +SHA1 (patch-aa) = 4c9cb182808acda7e11e4f7ec1881de01f8ab757 diff --git a/games/xzip/patches/patch-aa b/games/xzip/patches/patch-aa index 1f9d913d774..1b663d28e7c 100644 --- a/games/xzip/patches/patch-aa +++ b/games/xzip/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 1998/08/10 22:27:46 tron Exp $ +$NetBSD: patch-aa,v 1.2 2001/06/15 23:04:52 wiz Exp $ --- Makefile.orig Sun Jul 12 00:27:32 1998 +++ Makefile Tue Aug 11 00:14:31 1998 @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.1 1998/08/10 22:27:46 tron Exp $ # definition for where to install xzip executable and man page -DESTDIR = /usr/local -+DESTDIR = $(X11BASE) ++DESTDIR = $(PREFIX) # -------------------- |