summaryrefslogtreecommitdiff
path: root/x11/xsnow
diff options
context:
space:
mode:
authoragc <agc>2001-10-25 17:39:10 +0000
committeragc <agc>2001-10-25 17:39:10 +0000
commit24b5fa0fdbc3a04949333158daae43bc396c1343 (patch)
treee9e75bcc0fb85dedf1fc1e191657dc050b0afef6 /x11/xsnow
parent35de74083ed679123439c5d0dc4e92a05e526adc (diff)
downloadpkgsrc-24b5fa0fdbc3a04949333158daae43bc396c1343.tar.gz
Move a one-line configure script to be a patch, and update information
accordingly.
Diffstat (limited to 'x11/xsnow')
-rw-r--r--x11/xsnow/distinfo3
-rw-r--r--x11/xsnow/patches/patch-aa11
-rw-r--r--x11/xsnow/scripts/configure9
3 files changed, 13 insertions, 10 deletions
diff --git a/x11/xsnow/distinfo b/x11/xsnow/distinfo
index 5e728800edf..11ede883113 100644
--- a/x11/xsnow/distinfo
+++ b/x11/xsnow/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:08:00 skrll Exp $
+$NetBSD: distinfo,v 1.3 2001/10/25 17:39:10 agc Exp $
SHA1 (xsnow-1.41.tar.gz) = 4a13a70f68c421241b8ed3716bfb6c79b19febf4
Size (xsnow-1.41.tar.gz) = 36707 bytes
+SHA1 (patch-aa) = d8589150abf45816f910590f0ac4cd2879514c6a
diff --git a/x11/xsnow/patches/patch-aa b/x11/xsnow/patches/patch-aa
new file mode 100644
index 00000000000..4645ccb2a5b
--- /dev/null
+++ b/x11/xsnow/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 2001/10/25 17:39:10 agc Exp $
+
+--- Imakefile 2001/10/25 17:32:32 1.1
++++ Imakefile 2001/10/25 17:33:19
+@@ -3,5 +3,6 @@
+ DEPLIBS = $(DEPXLIB)
+ SRCS = xsnow.c xsnow.h vroot.h
+ OBJS = xsnow.o
++MANSUFFIX = 6
+
+ ComplexProgramTarget(xsnow)
diff --git a/x11/xsnow/scripts/configure b/x11/xsnow/scripts/configure
deleted file mode 100644
index 2928f1be926..00000000000
--- a/x11/xsnow/scripts/configure
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: configure,v 1.4 2001/01/05 20:24:05 is Exp $
-#
-
-cd $WRKSRC || exit 1;
-
-echo "MANSUFFIX=6" >> Imakefile || exit 1;
-exit 0;