diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /multimedia/ns-flash | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'multimedia/ns-flash')
-rw-r--r-- | multimedia/ns-flash/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/ns-flash/Makefile b/multimedia/ns-flash/Makefile index 48965c38094..30a503b205d 100644 --- a/multimedia/ns-flash/Makefile +++ b/multimedia/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/03/06 19:10:52 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2009/05/19 08:59:25 wiz Exp $ CATEGORIES= multimedia www MASTER_SITES= http://download.macromedia.com/pub/flashplayer/installers/current/9/ @@ -6,18 +6,18 @@ MASTER_SITES= http://download.macromedia.com/pub/flashplayer/installers/current MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.flash.com/ COMMENT= MacroMedia Flash Player Netscape plugin - -# Must update communicator/navigator to at least 4.76nb1 -CONFLICTS+= communicator<=4.76nb1 -CONFLICTS+= navigator<=4.76nb1 - 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} +# Must update communicator/navigator to at least 4.76nb1 +CONFLICTS+= communicator<=4.76nb1 +CONFLICTS+= navigator<=4.76nb1 + PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${WRKNAME} |