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 | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /sysutils/iwi-firmware3 | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'sysutils/iwi-firmware3')
-rw-r--r-- | sysutils/iwi-firmware3/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/iwi-firmware3/Makefile b/sysutils/iwi-firmware3/Makefile index bf1f44c4efc..24517b715ca 100644 --- a/sysutils/iwi-firmware3/Makefile +++ b/sysutils/iwi-firmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/20 17:32:31 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/19 08:59:34 wiz Exp $ # DISTNAME= ipw2200-fw-3.0 @@ -10,11 +10,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= Damien.Bergamini@Free.FR HOMEPAGE= http://damien.bergamini.free.fr/ipw/ COMMENT= Firmware binary images for iwi(4) driver - -CONFLICTS+= iwi-firmware-[0-9]* - -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= intel-ipw-license RESTRICTED= Intel Licensed Software: see http://ipw2200.sourceforge.net/firmware.php?fid=7 @@ -23,6 +18,10 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +CONFLICTS+= iwi-firmware-[0-9]* + +PKG_DESTDIR_SUPPORT= user-destdir + NO_CONFIGURE= yes NO_BUILD= yes |