diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-17 11:48:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-17 11:48:23 +0000 |
commit | 28ab6574c0906700a31c9cfe0fc598e627e3d267 (patch) | |
tree | 16c9d87a1edc62f135e43f06c7b76a3b6f2a6df5 | |
parent | 94d3ae9539a4a0ebb0c08e3d52fd668381f000a2 (diff) | |
download | pkgsrc-28ab6574c0906700a31c9cfe0fc598e627e3d267.tar.gz |
Share distinfo file between moz-bin-flash and firefox-bin-flash.
Noted by salo@
-rw-r--r-- | multimedia/moz-bin-flash/distinfo | 5 | ||||
-rw-r--r-- | www/firefox-bin-flash/Makefile.common | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/moz-bin-flash/distinfo b/multimedia/moz-bin-flash/distinfo deleted file mode 100644 index f7b4bfc35f1..00000000000 --- a/multimedia/moz-bin-flash/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2006/03/29 02:16:43 markd Exp $ - -SHA1 (flash/7.0r63/install_flash_player_7_linux.tar.gz) = 16504b1439ccf164436bf0a7193e69702437ced4 -RMD160 (flash/7.0r63/install_flash_player_7_linux.tar.gz) = f4b876a413bc6404389acdc3a138b3cca9ef225a -Size (flash/7.0r63/install_flash_player_7_linux.tar.gz) = 1021258 bytes diff --git a/www/firefox-bin-flash/Makefile.common b/www/firefox-bin-flash/Makefile.common index 4f2b16ed677..8e023f21a51 100644 --- a/www/firefox-bin-flash/Makefile.common +++ b/www/firefox-bin-flash/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2006/09/16 07:17:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2006/09/17 11:48:23 wiz Exp $ DISTNAME= install_flash_player_7_${DISTUNAME} PKGNAME= ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./} @@ -20,6 +20,8 @@ FLASH_VERS= 7.0r68 DISTUNAME= linux WRKNAME= install_flash_player_7_${DISTUNAME} +DISTINFO_FILE= ${.CURDIR}/../../www/firefox-bin-flash/distinfo + LICENSE= flash-license RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} |