aboutsummaryrefslogtreecommitdiff
path: root/games/yamsweeper
Commit message (Collapse)AuthorAgeFilesLines
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update MASTER_SITES and fix fetchMarcus Alves Grando2006-04-081-4/+3
| | | | | | | | PR: 95437 Submitted by: Lars Engels <lars.engels___0x20.net> Notes: svn path=/head/; revision=159091
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Cram into 80 columns by 24 rows.Trevor Johnson2004-04-101-47/+20
| | | | Notes: svn path=/head/; revision=106669
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgKris Kennaway2002-11-181-1/+1
| | | | Notes: svn path=/head/; revision=70365
* Use ':' to seperate chown user and groupPatrick Li2002-01-021-4/+4
| | | | | | | Spotted by: Bento Notes: svn path=/head/; revision=52476
* Use the owner:group form instead in the call to chown(1).Steve Price2001-07-251-1/+1
| | | | Notes: svn path=/head/; revision=45478
* Fix MASTER_SITES.Kevin Lo2000-08-071-1/+4
| | | | | | | | PR: ports/20324 Submitted by: Ports Fury Notes: svn path=/head/; revision=31364
* Fix buffer overflowKris Kennaway2000-04-271-0/+11
| | | | | | | Reported by: Brock Tellier <btellier@usa.net> Notes: svn path=/head/; revision=28045
* Install setgid root:games, not setuid gamesKris Kennaway2000-04-271-5/+5
| | | | | | | Submitted by: Brock Tellier <btellier@usa.net> Notes: svn path=/head/; revision=28044
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Fix MASTER_SITESSatoshi Taoka2000-02-212-8/+5
| | | | | | | | | | | Remove unnecessary post-install target PR: 16870 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer Notes: svn path=/head/; revision=26094
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21085
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-2/+2
| | | | Notes: svn path=/head/; revision=13500
* "all:" -> "all::" to make XFree86-3.3 config files happy.Satoshi Asami1997-06-121-2/+2
| | | | Notes: svn path=/head/; revision=6889
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-3/+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
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Removed meaningless @cwd directive.Masafumi Max NAKANE1996-09-301-1/+0
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=3902
* Use @dirrm instead of @unexec rm -rf to delete directory.Masafumi Max NAKANE1996-09-251-1/+1
| | | | Notes: svn path=/head/; revision=3866
* Fix to update score file correctly.Masafumi Max NAKANE1996-09-223-17/+20
| | | | | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=3838
* Yet another mine sweeper Ver. 1.9Masafumi Max NAKANE1996-09-217-0/+187
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=3834