summaryrefslogtreecommitdiff
path: root/archivers/mscompress
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-28 02:47:34 +0000
committerminskim <minskim@pkgsrc.org>2004-07-28 02:47:34 +0000
commit5a4e75ef0dbfbe472daed99a61461c796830b3ba (patch)
treea2db94abf3df23400d346801b7559fa165b0b694 /archivers/mscompress
parentb85cc0437e09f2f375ea54116f177bba559a5501 (diff)
downloadpkgsrc-5a4e75ef0dbfbe472daed99a61461c796830b3ba.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/mscompress')
-rw-r--r--archivers/mscompress/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/mscompress/Makefile b/archivers/mscompress/Makefile
index df762fb57fd..198481ac61f 100644
--- a/archivers/mscompress/Makefile
+++ b/archivers/mscompress/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= mscompress-0.3
@@ -10,9 +10,13 @@ MAINTAINER= ben@NetBSD.org
HOMEPAGE= ftp://ftp.penguin.cz/pub/users/mhi/mscompress/
COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mscompress ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/msexpand ${PREFIX}/bin