summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorabs <abs>2007-12-03 13:55:33 +0000
committerabs <abs>2007-12-03 13:55:33 +0000
commit2393bcffd2176a353624871e3f14bbc1126c1a80 (patch)
tree3708eb4258ecdf975d748cca4b63bd8aef4532f1 /multimedia
parentb8fe4ec3d2b37128ea11f793e674a1618e7cff88 (diff)
downloadpkgsrc-2393bcffd2176a353624871e3f14bbc1126c1a80.tar.gz
for unknown EMUL_PLATFORM just pick values from linux-i386 to make lintpkgsrc happy - no functional change
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ns-flash/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile
index 0763202ba21..5a08d17be6e 100644
--- a/multimedia/ns-flash/Makefile
+++ b/multimedia/ns-flash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2007/08/23 18:20:33 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2007/12/03 13:55:33 abs Exp $
CATEGORIES= multimedia www
MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/
@@ -31,22 +31,20 @@ EMUL_REQD= suse>=9.0
.include "../../mk/bsd.prefs.mk"
-.if ${EMUL_PLATFORM} == "linux-i386"
-FLASH_VERS= 9.0r48
-DISTUNAME= linux
-DISTNAME= install_flash_player_9_${DISTUNAME}
-WRKNAME= install_flash_player_9_${DISTUNAME}
-.elif ${EMUL_PLATFORM} == "solaris-sparc"
+.if ${EMUL_PLATFORM} == "solaris-sparc"
FLASH_VERS= 7.0r67
PKGREVISION= 2
DISTUNAME= solaris
DISTNAME= install_flash_player_7_${DISTUNAME}_sparc
WRKNAME= install_flash_player_7_${DISTUNAME}
-.else
+.else # if ${EMUL_PLATFORM} == "linux-i386"
# Defaults so lintpkgsrc is happy
-FLASH_VERS= 5.0.47
-DISTNAME= flash_player
+FLASH_VERS= 9.0r48
+DISTUNAME= linux
+DISTNAME= install_flash_player_9_${DISTUNAME}
+WRKNAME= install_flash_player_9_${DISTUNAME}
.endif
+
PKGNAME= ns-flash-${FLASH_VERS:S/r/./}
NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins