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 /archivers/szip | |
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 'archivers/szip')
-rw-r--r-- | archivers/szip/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 78b3b928bee..dc5c0e80d1d 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/01/16 09:18:30 obache Exp $ +# $NetBSD: Makefile,v 1.12 2009/05/19 08:59:00 wiz Exp $ DISTNAME= szip-2.1 PKGREVISION= 1 @@ -8,17 +8,17 @@ MASTER_SITES= ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ COMMENT= Extended-Rice lossless compression - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= szip-license + RESTRICTED= No permission to redistribute NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DIST_SUBDIR= ${PKGNAME} USE_LIBTOOL= yes GNU_CONFIGURE= yes |