diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:06:46 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:06:46 +0800 |
commit | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (patch) | |
tree | 5bf8b8fd65d31afce8c73e67feb4588f03db75bf /sysutils/rtty/Makefile | |
parent | 3932a19e483f63361a672312a546cb101e809a69 (diff) | |
download | freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.gz freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.zst freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.zip |
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r-- | sysutils/rtty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index 0fe0f43f78c2..63e682a6a03f 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -5,11 +5,11 @@ # # Author: Paul Vixie / Internet Software Consortium # -# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1996/08/24 18:46:54 jkh Exp $ # DISTNAME= rtty-3.2 -CATEGORIES+= sysutils +CATEGORIES= sysutils MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ MAINTAINER= jkh@FreeBSD.org |