diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/rinetd | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/rinetd')
-rw-r--r-- | net/rinetd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index f9bb13d75157..09be0e252f02 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: rinetd -# Version required: 0.61 # Date created: 23 Dec 1997 # Whom: alexp # # $FreeBSD$ # -DISTNAME= rinetd -PKGNAME= rinetd-0.61 +PORTNAME= rinetd +PORTVERSION= 0.61 CATEGORIES= net MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/rinetd/ +DISTNAME= rinetd MAINTAINER= veers@disturbed.net |