diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 01:09:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 01:09:20 +0000 |
commit | 036f1dd3e02de010897f10a2c362efc70b4e7685 (patch) | |
tree | 79b44e4048ea010e4b5e8872dc8ef9947d05a1a5 | |
parent | Update to match Wine-96.11.02.tar.gz distribution file. (diff) |
Put CATEGORIES above MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=4352
Diffstat (limited to '')
-rw-r--r-- | games/xripple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xripple/Makefile b/games/xripple/Makefile index 22dc97b345fe..908dd6a20184 100644 --- a/games/xripple/Makefile +++ b/games/xripple/Makefile @@ -3,13 +3,13 @@ # Date created: 6 Oct 1996 # Whom: oly # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/09 00:01:31 obrien Exp $ # DISTNAME= xripple PKGNAME= xripple-1.0 -MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/ CATEGORIES+= games +MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/ MAINTAINER= oly@world.std.com |