Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 03:59:59 +0100
From:      Christian Weisgerber <naddy@mips.rhein-neckar.de>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/17054: New port: games/tetris - from OpenBSD
Message-ID:  <20000229035959.K1941@bigeye.rhein-neckar.de>
In-Reply-To: <200002282040.MAA55020@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Mon, Feb 28, 2000 at 12:40:02PM -0800
References:  <200002282010.VAA59988@bigeye.rhein-neckar.de> <200002282040.MAA55020@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       New port: games/tetris - from OpenBSD
> >Arrival-Date:   Mon Feb 28 12:40:01 PST 2000

Oops, somehow I had forgotten the packaging list, and portlint
didn't complain.

--- Makefile.orig	Tue Feb 29 03:35:33 2000
+++ Makefile	Tue Feb 29 03:39:44 2000
@@ -20,6 +20,9 @@
 IGNOREFILES!=	${SED} 's:^\(.*\)$$:${PKGNAME}/\1:g' ${FILESDIR}/ignorefiles
 DISTFILES+=	${IGNOREFILES}
 
+MAN6=		tetris.6
+MANCOMPRESSED=	maybe
+
 CVS_CMD?=	cvs -z3
 CVS_DATE=	Mon Feb 28 00:00:00 UTC 2000
 CVS_DATE_!=	${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g'
--- pkg/PLIST.orig	Tue Feb 29 03:35:19 2000
+++ pkg/PLIST	Tue Feb 29 03:53:47 2000
@@ -0,0 +1,2 @@
+bin/tetris
+@exec if [ ! -f /var/games/tetris.scores ]; then install -c -o root -g games -m 664 /dev/null /var/games/tetris.scores; fi
-- 
Christian "naddy" Weisgerber                  naddy@mips.rhein-neckar.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000229035959.K1941>