pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/adobe-flash-plugin Fixed version to get rid...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/772efea0189b
branches:  trunk
changeset: 398620:772efea0189b
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Fri Sep 04 21:27:23 2009 +0000

description:
Fixed version to get rid of "Cannot extract adobe-flash-plugin- version"
warnings on non-x86 systems.

diffstat:

 multimedia/adobe-flash-plugin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r fa3e77d79eca -r 772efea0189b multimedia/adobe-flash-plugin/Makefile
--- a/multimedia/adobe-flash-plugin/Makefile    Fri Sep 04 18:55:33 2009 +0000
+++ b/multimedia/adobe-flash-plugin/Makefile    Fri Sep 04 21:27:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/19 08:59:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/04 21:27:23 jklos Exp $
 
 CATEGORIES=    multimedia www
 MASTER_SITES=  http://download.macromedia.com/pub/labs/flashplayer10/
@@ -28,9 +28,9 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${EMUL_PLATFORM} == "linux-i386"
 # Defaults so lintpkgsrc is happy
 FLASH_VERS=            10.0.0.525
+.if ${EMUL_PLATFORM} == "linux-i386"
 DISTUNAME=             linux
 DISTNAME=              flashplayer10_install_${DISTUNAME}_070208
 WRKNAME=               install_flash_player_10_${DISTUNAME}



Home | Main Index | Thread Index | Old Index