diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/linux-flashplugin | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip FreeBSD-ports-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/linux-flashplugin')
-rw-r--r-- | www/linux-flashplugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-flashplugin/Makefile b/www/linux-flashplugin/Makefile index 0a34ebd..c9dcd2a 100644 --- a/www/linux-flashplugin/Makefile +++ b/www/linux-flashplugin/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: linux-flashplugin -# Version required: 4.0r12 # Date created: 13 Feburary 2000 # Whom: Matt Heckaman <matt@LUCIDA.QC.CA> # # $FreeBSD$ # -DISTNAME= flash_linux -PKGNAME= linux-flashplugin-4.0r12 +PORTNAME= linux-flashplugin +PORTVERSION= 4.0.r12 CATEGORIES= www graphics linux MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/4.0r12/ +DISTNAME= flash_linux MAINTAINER= matt@LUCIDA.QC.CA |