Move a one-line configure script to be a patch, and update information

accordingly.
This commit is contained in:
agc 2001-10-25 17:39:10 +00:00
parent 47438e09c6
commit cb16627f4a
3 changed files with 13 additions and 10 deletions

View file

@ -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

View file

@ -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)

View file

@ -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;