diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-12-25 07:38:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-12-25 07:38:41 +0000 |
commit | 4fd3bfe6c2cfbc6a197510b23589f803f9d147dd (patch) | |
tree | 7dd7b596bf695ed3cd06d58231c1c488b688508b /games/xroach | |
parent | Add gnuchess. (diff) |
(1) Reorder variables (DISTNAME goes before PKGNAME).
(2) Remove "BSD" from end of PKGNAME string.
Notes
Notes:
svn path=/head/; revision=2586
Diffstat (limited to 'games/xroach')
-rw-r--r-- | games/xroach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 9df914b5d06d..13e2273f2872 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -3,11 +3,11 @@ # Date created: 22 December 1995 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/12/22 18:13:45 markm Exp $ # -PKGNAME= xroach-4.4BSD DISTNAME= xroach +PKGNAME= xroach-4.4 CATEGORIES+= x11 games MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ |