diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-22 23:22:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-22 23:22:26 +0000 |
commit | e0bbc06025773f558340f0d1cb3497b1d5ec4a47 (patch) | |
tree | c90e2a0056e0bc436f298c6d9b767a1fbf1ee7e0 /archivers/cabextract | |
parent | ee557b4bd7e4b0dc56d5abfc2f90ef477722e38f (diff) | |
download | pkgsrc-e0bbc06025773f558340f0d1cb3497b1d5ec4a47.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/cabextract')
-rw-r--r-- | archivers/cabextract/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 2345e9ac75d..172b21b77b9 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/11 18:03:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/22 23:26:05 minskim Exp $ # DISTNAME= cabextract-1.0 @@ -9,6 +9,8 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php3 COMMENT= Microsoft cabinet (.CAB) file extractor +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make |