diff options
-rw-r--r-- | comms/kermit/Makefile | 4 | ||||
-rw-r--r-- | games/oneko/Makefile | 4 | ||||
-rw-r--r-- | games/xpilot/Makefile | 4 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 95f9fa96cc66..8646058e57af 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -3,12 +3,12 @@ # Date created: Oct 27, 1994 # Whom: pst # -# $Id: Makefile,v 1.12 1996/12/10 10:23:48 pst Exp $ +# $Id: Makefile,v 1.13 1996/12/10 20:30:37 ache Exp $ # DISTNAME= cku192src PKGNAME= kermit-6.0.192 -CATEGORIES+= comms +CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \ diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 0bc2e3a9aa94..48cdf50ddeb4 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -3,11 +3,11 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.6 1996/11/18 11:24:46 asami Exp $ +# $Id: Makefile,v 1.7 1996/12/18 08:55:10 asami Exp $ # DISTNAME= oneko-1.2 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= http://www.asahi-net.or.jp/~ZW6T-KND/oneko/ MAINTAINER= candy@fct.kgc.co.jp diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 9cb98ed68b6d..c317e002dbe3 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -3,11 +3,11 @@ # Date created: 18 July 1995 # Whom: jmacd # -# $Id: Makefile,v 1.3 1996/06/26 19:55:06 swallace Exp $ +# $Id: Makefile,v 1.7 1996/11/21 20:23:10 swallace Exp $ # DISTNAME= xpilot-3.5.1 -CATEGORIES+= games +CATEGORIES= games MASTER_SITES= ftp://ftp.cs.uit.no/pub/games/xpilot/ USE_IMAKE= yes diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index b1f4ad556a1e..aa96edeee3b6 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -4,7 +4,7 @@ # Whom: fenner DISTNAME= geomview-1.6.1 -CATEGORIES+= graphics +CATEGORIES= graphics MASTER_SITES= ftp://ftp.geom.umn.edu/pub/software/geomview/ \ ftp://ftp-sfb288.math.tu-berlin.de/pub/geomview/ DISTFILES= geomview-1.6.1-src.tar.gz |