diff options
author | hira <hira@pkgsrc.org> | 2006-01-23 14:39:55 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2006-01-23 14:39:55 +0000 |
commit | afd6fa6ac4fb659e0278e4e391a29930346ea6f8 (patch) | |
tree | 017550e2ec5712609cd971afd71e36806c3c59ef /x11 | |
parent | b85dca6ae0d0e7f543c89ca97f549bc9e267a971 (diff) | |
download | pkgsrc-afd6fa6ac4fb659e0278e4e391a29930346ea6f8.tar.gz |
Fix installation error seen in bulk build.
Tested on NetBSD/i386 3.0_STABLE.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmascot/distinfo | 3 | ||||
-rw-r--r-- | x11/xmascot/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xmascot/distinfo b/x11/xmascot/distinfo index 862b684a995..b05a2d64373 100644 --- a/x11/xmascot/distinfo +++ b/x11/xmascot/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:36:24 wiz Exp $ +$NetBSD: distinfo,v 1.4 2006/01/23 14:39:55 hira Exp $ SHA1 (xmascot2.5p2.tar.gz) = b1ea9ef38b3f10fef7a597930568b0e2b9921bf9 RMD160 (xmascot2.5p2.tar.gz) = 323b47b46da681a2580188bdbcf18183995e2b34 Size (xmascot2.5p2.tar.gz) = 191672 bytes +SHA1 (patch-aa) = 5a018514e00aef499c23be20d9717a843dfbaa00 diff --git a/x11/xmascot/patches/patch-aa b/x11/xmascot/patches/patch-aa new file mode 100644 index 00000000000..1682480c5f6 --- /dev/null +++ b/x11/xmascot/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/01/23 14:39:55 hira Exp $ + +--- Imakefile.orig 2006-01-06 02:00:13.000000000 +0900 ++++ Imakefile 2006-01-06 02:00:32.000000000 +0900 +@@ -188,6 +188,8 @@ + InstallNonExec(sounds/mitime.au,$(XMASDIR)) + InstallNonExec(sounds/mitime.raw,$(XMASDIR)) + ++AllTarget(XMascot.ad) ++ + XMascot.ad:: XMascot.ad.sed + sed 's!SOUND_COMMAND_NAME!$(SOUND_COMMAND)!' XMascot.ad.sed>XMascot.ad + clean:: |