From 24b5fa0fdbc3a04949333158daae43bc396c1343 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 25 Oct 2001 17:39:10 +0000 Subject: Move a one-line configure script to be a patch, and update information accordingly. --- x11/xsnow/distinfo | 3 ++- x11/xsnow/patches/patch-aa | 11 +++++++++++ x11/xsnow/scripts/configure | 9 --------- 3 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 x11/xsnow/patches/patch-aa delete mode 100644 x11/xsnow/scripts/configure (limited to 'x11/xsnow') 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; -- cgit v1.2.3