diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:56:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:56:00 +0000 |
commit | 722512b0c3f5b51cec0e825b52cb8884f75fb415 (patch) | |
tree | 0c85e9bbd081a018291c25ddd311c6f022cb6331 /sysutils/rtty/Makefile | |
parent | 46641840662335b088d487c22eb9a763dd79141d (diff) |
Notes
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r-- | sysutils/rtty/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index 28efe10cbba1..32bcc3a7375a 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,17 +1,19 @@ -# New ports collection makefile for: rtty -# Version required: 3.2 -# Date created: 24 Aug 1996 -# Whom: jkh +# New ports collection makefile for: rtty +# Version required: 3.2 +# Date created: 24 Aug 1996 +# Whom: jkh # # Author: Paul Vixie / Internet Software Consortium # # $FreeBSD$ # -DISTNAME= rtty-3.2 +DISTNAME= rtty-3.2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ +MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ -NO_WRKSUBDIR= yes +MAINTAINER= ports@FreeBSD.org + +NO_WRKSUBDIR= yes .include <bsd.port.mk> |