diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:21:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:21:42 +0000 |
commit | da789be7912022616a2845eb03a4fa872ee66622 (patch) | |
tree | 2d7c76786dc9dd36deb65a8a8a243234c97e8424 /net | |
parent | Change "emulation" to "emulators". I have no idea how I missed this one! (diff) |
Shorten category names.
Notes
Notes:
svn path=/head/; revision=2471
Diffstat (limited to 'net')
-rw-r--r-- | net/dgd-lpmud/Makefile | 4 | ||||
-rw-r--r-- | net/dgd/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 5d582459a61c..12df5e04c3b8 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -3,12 +3,12 @@ # Date created: 10 November 1994 # Whom: adam # -# $Id: Makefile,v 1.4 1995/04/16 15:37:10 ache Exp $ +# $Id: Makefile,v 1.5 1995/10/25 14:37:39 adam Exp $ # DISTNAME= dgd-lpmud PKGNAME= dgd-lpmud-2.4.5 -CATEGORIES+= networking development games +CATEGORIES+= net devel games MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \ ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/ DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 61c6e44a8f42..7158189d5265 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}.tar.gz PATCHFILES= 1.0.9-1.0.9.1.gz MASTER_SITES= ftp.lysator.liu.se:/pub/lpmud/drivers/dgd/ PATCH_SITES= ftp.veda.is:/pub/mud/dgd/patches/ -CATEGORIES= networking languages +CATEGORIES= net lang MAINTAINER= adam@veda.is |