summaryrefslogtreecommitdiff
path: root/archivers/szip
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-28 02:47:34 +0000
committerminskim <minskim>2004-07-28 02:47:34 +0000
commit1ae420994665082ead3119863db4ce8986159143 (patch)
treea2db94abf3df23400d346801b7559fa165b0b694 /archivers/szip
parent857a94f7bc9bd3cec077d6eeb0925d28bd84904e (diff)
downloadpkgsrc-1ae420994665082ead3119863db4ce8986159143.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/szip')
-rw-r--r--archivers/szip/Makefile6
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"