summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoris <is>2010-01-07 13:30:26 +0000
committeris <is>2010-01-07 13:30:26 +0000
commitafc14a41ce06500d145292e936b63118cb3e431d (patch)
tree57cea7218cae674232c530d949ed31c81911481a /x11
parent8d1ca3af1a791ce49f0624770d9e8473c8a437f9 (diff)
downloadpkgsrc-afc14a41ce06500d145292e936b63118cb3e431d.tar.gz
On Solaris, the (source) man page would be installed to man1/xsnow.6,
which is not only inconsistent with the man page directory tree, but also with the PLIST. Fixed by this change. Installing on NetBSD is not affected.
Diffstat (limited to 'x11')
-rw-r--r--x11/xsnow/Makefile4
-rw-r--r--x11/xsnow/distinfo4
-rw-r--r--x11/xsnow/patches/patch-aa3
3 files changed, 6 insertions, 5 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 4bd31288921..010df5b1769 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2008/12/28 12:57:17 obache Exp $
+# $NetBSD: Makefile,v 1.28 2010/01/07 13:30:26 is Exp $
DISTNAME= xsnow-1.42
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://dropmix.xs4all.nl/rick/Xsnow/
diff --git a/x11/xsnow/distinfo b/x11/xsnow/distinfo
index 01e2c3a1913..b9c1ad32075 100644
--- a/x11/xsnow/distinfo
+++ b/x11/xsnow/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:36:25 wiz Exp $
+$NetBSD: distinfo,v 1.6 2010/01/07 13:30:26 is Exp $
SHA1 (xsnow-1.42.tar.gz) = d63987560dac9c6341e50d270089e40d17031ce3
RMD160 (xsnow-1.42.tar.gz) = 4fdf881d045b986f003a13c0eaa2308775cf5e9e
Size (xsnow-1.42.tar.gz) = 56752 bytes
-SHA1 (patch-aa) = e7f13c14194d6490ca6a72d385829c3099dc2955
+SHA1 (patch-aa) = a18abea325825dcdafdbfcb848ea98837d23b4f3
diff --git a/x11/xsnow/patches/patch-aa b/x11/xsnow/patches/patch-aa
index 1b304610767..7f8f440b8c0 100644
--- a/x11/xsnow/patches/patch-aa
+++ b/x11/xsnow/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/12/19 07:02:32 martti Exp $
+$NetBSD: patch-aa,v 1.3 2010/01/07 13:30:26 is Exp $
--- Imakefile 2001/10/25 17:32:32 1.1
+++ Imakefile 2001/10/25 17:33:19
@@ -7,5 +7,6 @@ $NetBSD: patch-aa,v 1.2 2001/12/19 07:02:32 martti Exp $
SRCS = xsnow.c toon_root.c xsnow.h vroot.h
OBJS = xsnow.o toon_root.o
+MANSUFFIX = 6
++MANDIR = $(MANSOURCEDIR)$(MANSUFFIX)
ComplexProgramTarget(xsnow)