summaryrefslogtreecommitdiff
path: root/archivers/szip/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-07-28 02:47:34 +0000
committerminskim <minskim>2004-07-28 02:47:34 +0000
commit0c55b8fa31dddbfb2a13bcb6be65757fa194c280 (patch)
treea2db94abf3df23400d346801b7559fa165b0b694 /archivers/szip/Makefile
parent8ad7c60733cb0d68b0c4d38d67434c37763bbe8e (diff)
downloadpkgsrc-0c55b8fa31dddbfb2a13bcb6be65757fa194c280.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/szip/Makefile')
-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"