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/a303c08d5d48
branches: trunk
changeset: 564472:a303c08d5d48
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 837d36d05537 -r a303c08d5d48 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