aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-flashplugin/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-09 03:26:20 +0800
committersf <sf@FreeBSD.org>2001-03-09 03:26:20 +0800
commitba91cf77d908e17c98e734d26363a27a8179b7b4 (patch)
tree6b71cf7651b17f552d2d76bb610061e2df605a21 /www/linux-flashplugin/Makefile
parentc0c982eacda22357b5e728166b42899ee97dde08 (diff)
downloadfreebsd-ports-gnome-ba91cf77d908e17c98e734d26363a27a8179b7b4.tar.gz
freebsd-ports-gnome-ba91cf77d908e17c98e734d26363a27a8179b7b4.tar.zst
freebsd-ports-gnome-ba91cf77d908e17c98e734d26363a27a8179b7b4.zip
o update to 5.0r47.
o change maintainer. The predecessor does not use netscape anymore. PR: 25602 Submitted by: pat <pat@databits.net> (new maintainer) o use PKGNAMEPREFIX. o use subdirectory under distfiles/ to avoid conflict with other version. o get rid of version number from pkg-* o remove previous maintainer's signature from pkg-descr. o remove empty directory properly(%D/ added).
Diffstat (limited to 'www/linux-flashplugin/Makefile')
-rw-r--r--www/linux-flashplugin/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/linux-flashplugin/Makefile b/www/linux-flashplugin/Makefile
index 1e53fe548d63..ee53a95fa13b 100644
--- a/www/linux-flashplugin/Makefile
+++ b/www/linux-flashplugin/Makefile
@@ -5,20 +5,21 @@
# $FreeBSD$
#
-PORTNAME= linux-flashplugin
-PORTVERSION= 4.0.r12
+PORTNAME= flashplugin
+PORTVERSION= 5.0r47
CATEGORIES= www graphics linux
-MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/4.0r12/
-DISTNAME= flash_linux
+MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/
+PKGNAMEPREFIX= linux-
+DISTNAME= 5.0r47/flash_linux
-MAINTAINER= matt@LUCIDA.QC.CA
+MAINTAINER= pat@databits.net
RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
NO_CDROM= "Redistribution not allowed"
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/Linux
+WRKSRC= ${WRKDIR}/flash_linux
PLUGINSDIR= lib/netscape-linux/plugins
LIBFILES= libflashplayer.so \
@@ -34,6 +35,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/flash/
${LN} -sf ${PREFIX}/lib/flash/${f} ${PREFIX}/${PLUGINSDIR}/
.endfor
- ${INSTALL_DATA} ${WRKSRC}/README.Linux ${PREFIX}/share/doc/flash/
-
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/flash/
+ ${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/flash/
.include <bsd.port.mk>