aboutsummaryrefslogtreecommitdiff
path: root/games/larn
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-071-2/+2
| | | | Notes: svn path=/stable/4/; revision=101469
* MFC: s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-2/+2
| | | | Notes: svn path=/stable/4/; revision=100323
* MFC: Install files via FILES.Ruslan Ermilov2002-02-181-3/+4
| | | | Notes: svn path=/stable/4/; revision=90858
* MFC: Games ownership cleanup.Ruslan Ermilov2002-02-181-2/+2
| | | | Notes: svn path=/stable/4/; revision=90856
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-3/+0
| | | | Notes: svn path=/stable/4/; revision=80140
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75948
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-3/+4
| | | | Notes: svn path=/stable/4/; revision=70196
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-2/+2
| | | | Notes: svn path=/stable/4/; revision=69762
* 1. Don't overwrite scorefiles if they already exist.Bill Fumerola1999-12-101-0/+5
| | | | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. Notes: svn path=/head/; revision=54416
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-305-5/+17
| | | | Notes: svn path=/head/; revision=53920
* Fix breage by previous commitMarcel Moolenaar1999-11-161-1/+1
| | | | Notes: svn path=/head/; revision=53214
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1618-220/+220
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1618-0/+21
| | | | Notes: svn path=/head/; revision=53209
* Avoid ambigious if() if() else().Bill Fumerola1999-09-072-2/+10
| | | | Notes: svn path=/head/; revision=51047
* Don't beat on ospeed, larn doesn't need it, and the libraries no longerPeter Wemm1999-08-301-2/+1
| | | | | | | need it. Notes: svn path=/head/; revision=50627
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48793
* Fixed printf format errors.Bruce Evans1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=37309
* Change variable types from long to time_t if they are passed to time()John Birrell1998-05-094-6/+7
| | | | | | | by reference. Notes: svn path=/head/; revision=35878
* Use .An/.Aq.Philippe Charnier1998-04-011-2/+2
| | | | Notes: svn path=/head/; revision=34979
* Headers cleanup.Andrey A. Chernov1997-09-249-53/+60
| | | | | | | | | | Add revoke before shell exit. Fix mail sending procedure. Convert to random() Implement nap. Notes: svn path=/head/; revision=29813
* Beforeinstall log and score files to prevent owning of them by firstAndrey A. Chernov1997-09-243-1/+9
| | | | | | | | user who run game Slightly modify game to understand pre-created score file Notes: svn path=/head/; revision=29756
* Merge Lite2 changes.Steve Price1997-08-111-2/+2
| | | | | | | | PR: bin/2599 Submitted by: Julian Assange <proff@iq.org> Notes: svn path=/head/; revision=28058
* 444 -> ${NOBINMODE}Wolfram Schneider1997-02-091-2/+2
| | | | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} Notes: svn path=/head/; revision=22449
* Correct some man page cross references and some fileMike Pritchard1996-02-051-2/+2
| | | | | | | locations. Notes: svn path=/head/; revision=13922
* Add missing ospeed settingAndrey A. Chernov1995-08-041-0/+5
| | | | Notes: svn path=/head/; revision=9900
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-3018-151/+151
| | | | Notes: svn path=/head/; revision=8856
* Fix nested comments for -Wcomment warnings.Rodney W. Grimes1995-05-091-1/+1
| | | | Notes: svn path=/head/; revision=8383
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0434-0/+11074
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490