Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 18:45:54 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333784 - head/www/linux-f10-flashplugin11
Message-ID:  <201311141845.rAEIjsSH041253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Nov 14 18:45:54 2013
New Revision: 333784
URL: http://svnweb.freebsd.org/changeset/ports/333784

Log:
  Move the libflashplayer.so to its own directory.
  
  Approved by:	eadler (maintainer)

Modified:
  head/www/linux-f10-flashplugin11/Makefile
  head/www/linux-f10-flashplugin11/pkg-plist

Modified: head/www/linux-f10-flashplugin11/Makefile
==============================================================================
--- head/www/linux-f10-flashplugin11/Makefile	Thu Nov 14 18:43:25 2013	(r333783)
+++ head/www/linux-f10-flashplugin11/Makefile	Thu Nov 14 18:45:54 2013	(r333784)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flashplugin
 PORTVERSION=	11.2r202.327
+PORTREVISION=	1
 CATEGORIES=	www multimedia linux
 MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \
 		LOCAL/nox:suplib
@@ -26,7 +27,6 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 USES=		webplugin:linux
-WEBPLUGIN_NAME=	# empty
 WEBPLUGIN_FILES=	libflashplayer.so
 
 OPTIONS_DEFINE=	GNOME

Modified: head/www/linux-f10-flashplugin11/pkg-plist
==============================================================================
--- head/www/linux-f10-flashplugin11/pkg-plist	Thu Nov 14 18:43:25 2013	(r333783)
+++ head/www/linux-f10-flashplugin11/pkg-plist	Thu Nov 14 18:45:54 2013	(r333784)
@@ -1,5 +1,5 @@
 bin/flash-player-properties
-%%WEBPLUGIN_DIR%%libflashplayer.so
+%%WEBPLUGIN_DIR%%/libflashplayer.so
 share/applications/flash-player-properties.desktop
 share/icons/hicolor/16x16/apps/flash-player-properties.png
 share/icons/hicolor/22x22/apps/flash-player-properties.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311141845.rAEIjsSH041253>