aboutsummaryrefslogtreecommitdiff
path: root/games/larn
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2134-11144/+0
| | | | Notes: svn path=/head/; revision=105614
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-2/+2
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-2/+2
| | | | Notes: svn path=/head/; revision=100313
* Fix preprocessor directive syntax (text after #endif).Garrett Wollman2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97630
* It is not clear if "#endif FOO" is allowed by ANSI. Gcc 3.1 complainsDavid E. O'Brien2002-05-0810-58/+62
| | | | | | | loudly, so don't do it. Notes: svn path=/head/; revision=96232
* Install files via FILES.Ruslan Ermilov2001-12-171-3/+4
| | | | Notes: svn path=/head/; revision=88058
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-3/+0
| | | | Notes: svn path=/head/; revision=79454
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* Games ownership cleanup.Ruslan Ermilov2001-06-131-2/+2
| | | | | | | Urged by: bde Notes: svn path=/head/; revision=78174
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-3/+4
| | | | Notes: svn path=/head/; revision=70195
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68937
* 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