diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-07-19 11:08:50 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-07-19 11:08:50 +0000 |
commit | dbe8f472794215653804a9f7cca9d8894fee8123 (patch) | |
tree | 955d1660ef36c7ce43a313cbd16dc1e0bfd85dd0 /net/rshell | |
parent | 50bbc47364177c27f04402bfb2402e586659a3bd (diff) | |
download | ports-dbe8f472794215653804a9f7cca9d8894fee8123.tar.gz ports-dbe8f472794215653804a9f7cca9d8894fee8123.zip |
Fix CATEGORIES variable.
Notes
Notes:
svn path=/head/; revision=7373
Diffstat (limited to 'net/rshell')
-rw-r--r-- | net/rshell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile index b7c87820fb5e..a8059af426a0 100644 --- a/net/rshell/Makefile +++ b/net/rshell/Makefile @@ -3,11 +3,11 @@ # Date created: 1997/06/09 # Whom: wosch # -# $Id: Makefile,v 1.3 1997/06/29 09:51:15 obrien Exp $ +# $Id: Makefile,v 1.4 1997/07/02 07:14:03 asami Exp $ # DISTNAME= rshell-1.0 -CATEGORIES= misc +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= wosch@FreeBSD.ORG |