diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /mbone/rat | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) | |
download | ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.tar.gz ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.zip |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27512
Diffstat (limited to 'mbone/rat')
-rw-r--r-- | mbone/rat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 0268f5baa1b2..034e665cc84f 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rat -# Version required: 4.0.4 # Date created: 3 July 1999 # Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) # # $FreeBSD$ # -DISTNAME= rat-4.0.4 +PORTNAME= rat +PORTVERSION= 4.0.4 CATEGORIES= mbone audio MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ \ http://people.FreeBSD.org/~cpiazza/distfiles/ |