diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/linux-realplayer | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/linux-realplayer')
-rw-r--r-- | audio/linux-realplayer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile index 0a7dfdcac67b..f059ef49f093 100644 --- a/audio/linux-realplayer/Makefile +++ b/audio/linux-realplayer/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: linux-realplayer -# Version required: 5.0 # Date created: 31 January 1999 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # # $FreeBSD$ # -DISTNAME= rv50_linux20 -PKGNAME= linux-realplayer-5.0 +PORTNAME= linux-realplayer +PORTVERSION= 5.0 CATEGORIES= audio linux -MASTER_SITES= +MASTER_SITES= # fetch manually +DISTNAME= rv50_linux20 MAINTAINER= kris@FreeBSD.org |