diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
commit | 5a4e75ef0dbfbe472daed99a61461c796830b3ba (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/szip | |
parent | b85cc0437e09f2f375ea54116f177bba559a5501 (diff) | |
download | pkgsrc-5a4e75ef0dbfbe472daed99a61461c796830b3ba.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/szip')
-rw-r--r-- | archivers/szip/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 64ec2cbf975..785e741d799 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 18:03:29 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/28 02:47:35 minskim Exp $ # DISTNAME= szip1.1 @@ -10,8 +10,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/ COMMENT= Extended-Rice lossless compression +PKG_INSTALLATION_TYPES= overwrite pkgviews + HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} LICENSE= no-commercial-use +INSTALLATION_DIRS= include lib + .include "../../mk/bsd.pkg.mk" |