diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-13 16:43:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-08-13 16:43:30 +0000 |
commit | e454f79b74f09978a0077ae29d008d98221f218b (patch) | |
tree | d1196ac9c14f0c2f6a0cbf8aafd91e4a01da7b30 | |
parent | 1e1a6e4c75394dbc79ea4542cd2d93170d97f8ee (diff) | |
download | ports-e454f79b74f09978a0077ae29d008d98221f218b.tar.gz ports-e454f79b74f09978a0077ae29d008d98221f218b.zip |
Fix PKGNAMEPREFIX: s/linux-/linux-f8-
Reported by: Jamie Landeg Jones <jamie at bishopston.net> (by e-mail)
Notes
Notes:
svn path=/head/; revision=239467
-rw-r--r-- | www/linux-f8-flashplugin10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-f8-flashplugin10/Makefile b/www/linux-f8-flashplugin10/Makefile index 50d78027ca24..4f48a96ced60 100644 --- a/www/linux-f8-flashplugin10/Makefile +++ b/www/linux-f8-flashplugin10/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 10.0r32 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ http://tijl.ulyssis.be/mirror/:suplib -PKGNAMEPREFIX= linux- +PKGNAMEPREFIX= linux-f8- DISTFILES= install_flash_player_10_linux.tar.gz:plugin \ linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} |