diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/linux-flashplugin | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
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 0a34ebd6efbd..c9dcd2afeb6b 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 |