diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /www/firefox-bin-flash | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'www/firefox-bin-flash')
-rw-r--r-- | www/firefox-bin-flash/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox-bin-flash/Makefile.common b/www/firefox-bin-flash/Makefile.common index bf627ec3f88..e6f3306bc7e 100644 --- a/www/firefox-bin-flash/Makefile.common +++ b/www/firefox-bin-flash/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2008/04/09 08:39:24 tron Exp $ +# $NetBSD: Makefile.common,v 1.23 2009/05/19 08:59:37 wiz Exp $ DISTNAME= install_flash_player_9_${DISTUNAME} PKGNAME= ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./} @@ -7,16 +7,16 @@ MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/ MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.flash.com/ - -DIST_SUBDIR= flash/${FLASH_VERS} - LICENSE= flash-license + RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +DIST_SUBDIR= flash/${FLASH_VERS} + EMUL_PLATFORMS= linux-i386 .include "../../mk/bsd.prefs.mk" |