summaryrefslogtreecommitdiff
path: root/games/xrisk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Remove empty directories on deinstall.Steve Price1998-09-281-0/+1
| | | | Notes: svn path=/head/; revision=13505
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-232-2/+4
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-1/+3
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Shorten and fix typos.Satoshi Asami1996-07-101-1/+1
| | | | | | | Typo fix submitted by: James Raynard <fports@jraynard.demon.co.uk> Notes: svn path=/head/; revision=3349
* Change NO_PACKAGE to RESTRICTED, the reason is possible trademarkSatoshi Asami1996-06-141-2/+2
| | | | | | | infringement. Notes: svn path=/head/; revision=3205
* Expand lib/xrisk.Satoshi Asami1996-03-071-1/+52
| | | | Notes: svn path=/head/; revision=2797
* Well we can't distribute the distfile but that doesn't mean we can't haveSatoshi Asami1996-03-071-0/+1
| | | | | | | a checksum. Notes: svn path=/head/; revision=2796
* Move the comment to after NO_PACKAGE so it's easier to grep and seeSatoshi Asami1996-03-071-4/+2
| | | | | | | why it's so. Notes: svn path=/head/; revision=2795
* Add USE_X11 so that PREFIX gets set to ${X11BASE} correctly.Satoshi Asami1995-05-271-1/+2
| | | | Notes: svn path=/head/; revision=1796
* Added NO_PACKAGES=yes, restrictive copyright.Satoshi Asami1995-05-131-1/+5
| | | | Notes: svn path=/head/; revision=1708
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-4/+4
| | | | | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks.... Notes: svn path=/head/; revision=1325
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Anyone remember the board game risk? Here it is...Joshua Peck Macdonald1995-02-054-0/+21
Submitted by: swallace Notes: svn path=/head/; revision=879