summaryrefslogtreecommitdiff
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
parent8ad7c60733cb0d68b0c4d38d67434c37763bbe8e (diff)
downloadpkgsrc-0c55b8fa31dddbfb2a13bcb6be65757fa194c280.tar.gz
Enable pkgviews installation.
-rw-r--r--archivers/advancecomp/Makefile4
-rw-r--r--archivers/lzop/Makefile4
-rw-r--r--archivers/macutil/Makefile6
-rw-r--r--archivers/makeself/Makefile6
-rw-r--r--archivers/mscompress/Makefile6
-rw-r--r--archivers/nomarch/Makefile6
-rw-r--r--archivers/nulib2/Makefile4
-rw-r--r--archivers/p5-Archive-Tar/Makefile4
-rw-r--r--archivers/p5-Archive-Zip/Makefile4
-rw-r--r--archivers/par2/Makefile4
-rw-r--r--archivers/ppmd/Makefile6
-rw-r--r--archivers/ppunpack/Makefile6
-rw-r--r--archivers/squsq/Makefile6
-rw-r--r--archivers/star/Makefile4
-rw-r--r--archivers/szip/Makefile6
-rw-r--r--archivers/unace/Makefile6
-rw-r--r--archivers/unarj/Makefile6
-rw-r--r--archivers/undms/Makefile6
-rw-r--r--archivers/unlzx/Makefile6
-rw-r--r--archivers/unrar/Makefile6
-rw-r--r--archivers/xbin/Makefile6
-rw-r--r--archivers/xmill/Makefile6
-rw-r--r--archivers/zip1/Makefile6
-rw-r--r--archivers/zziplib/Makefile4
24 files changed, 104 insertions, 24 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index fcfc6255e8d..362f0f6d04d 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/28 02:45:06 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/28 02:47:34 minskim Exp $
#
DISTNAME= advancecomp-1.10
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://advancemame.sourceforge.net/
COMMENT= Recompression utilities for .zip, .png, .mng and .gz files
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c++
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile
index 81bfd13d65a..33fd0610b30 100644
--- a/archivers/lzop/Makefile
+++ b/archivers/lzop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/28 02:47:34 minskim Exp $
#
DISTNAME= lzop-1.01
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.oberhumer.com/opensource/lzop/
COMMENT= Fast file compressor similar to gzip, using the LZO library
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile
index fbf8e6ae4cf..aa90e171a90 100644
--- a/archivers/macutil/Makefile
+++ b/archivers/macutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/05/12 21:58:14 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/28 02:47:34 minskim Exp $
DISTNAME= macutil2.0b3
PKGNAME= macutil-2.0b3
@@ -9,12 +9,16 @@ EXTRACT_SUFX= .shar.Z
MAINTAINER= mycroft@NetBSD.org
COMMENT= Create & extract Mac archive files
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
MAKEFILE= makefile
MAKE_ENV+= CF="${CFLAGS}"
WRKSRC= ${WRKDIR}/macutil
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack \
${WRKSRC}/hexbin/hexbin \
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index f626906e566..165188acf29 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/19 05:18:35 dent Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/28 02:47:35 minskim Exp $
# FreeBSD Id: ports/archivers/makeself/Makefile,v 1.8 2001/07/07 03:47:49 dwcjr Exp
DISTNAME= makeself-1.5.3
@@ -10,9 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.megastep.org/makeself/
COMMENT= Neat script to make self-extracting archives
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR}
NO_BUILD= yes
+INSTALLATION_DIRS= bin
+
# The DISPLAY thing is to prevent the script from trying to launch a xterm
# just to extract the source.
pre-patch:
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
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile
index b6f9c697d54..eea0ed598ed 100644
--- a/archivers/nomarch/Makefile
+++ b/archivers/nomarch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= nomarch-1.3
@@ -9,11 +9,15 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rus.members.beeb.net/nomarch.html
COMMENT= Free replacement for the arc program
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CC="${CC}"
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin/nomarch
${INSTALL_DATA} ${WRKSRC}/nomarch.1 ${PREFIX}/man/man1/nomarch.1
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile
index 0e000bec5b2..2bec753455c 100644
--- a/archivers/nulib2/Makefile
+++ b/archivers/nulib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/07/19 12:50:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= nulibdist-200
@@ -10,6 +10,8 @@ MAINTAINER= tv@poxbox.com
HOMEPAGE= http://www.nulib.com/
COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/nulib2-200
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 77e7e29c4b8..2ae3a63b029 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/28 02:47:35 minskim Exp $
DISTNAME= Archive-Tar-1.02
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,8 @@ COMMENT= Perl5 module interface to manipulate tar files
DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK5= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Tar/.packlist
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
index 6ad327554a7..21901c92ade 100644
--- a/archivers/p5-Archive-Zip/Makefile
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/07/16 12:45:23 seb Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/28 02:47:35 minskim Exp $
DISTNAME= Archive-Zip-1.12
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,8 @@ COMMENT= Perl5 module interface to manipulate zip files
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Zip/.packlist
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile
index ac4d7dd8d17..3f8b6c46dbc 100644
--- a/archivers/par2/Makefile
+++ b/archivers/par2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/04 08:10:23 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= par2cmdline-0.3
@@ -10,6 +10,8 @@ MAINTAINER= tv@duh.org
HOMEPAGE= http://parchive.sourceforge.net/
COMMENT= Create or use PAR2 parity volumes
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
USE_LANGUAGES= c++
USE_PKGLOCALEDIR= yes
diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile
index d1f6b42989c..0ee6a446bb8 100644
--- a/archivers/ppmd/Makefile
+++ b/archivers/ppmd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/14 14:56:09 ben Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= ppmdi1
@@ -11,12 +11,16 @@ MAINTAINER= ben@NetBSD.org
HOMEPAGE= http://compression.ru/ds/
COMMENT= PPM file compressor
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
MAKEFILE= makefile.gmk
ALL_TARGET= ppmd
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c++
+INSTALLATION_DIRS= bin
+
post-extract:
cd ${WRKSRC} && for i in *; do \
${MV} $$i $$i.new; \
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile
index 1ebfb219b37..3ae54e7187b 100644
--- a/archivers/ppunpack/Makefile
+++ b/archivers/ppunpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/28 02:47:35 minskim Exp $
DISTNAME= ppsmall-1.0
PKGNAME= ppunpack-1.0
@@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Decompresses Amiga PowerPacker files
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/PPUnpack
USE_BUILDLINK3= yes
@@ -17,6 +19,8 @@ MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}"
ALL_TARGET= ppunpack
LICENSE= no-commercial-use
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin/
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile
index c25f6836bfd..039800d5882 100644
--- a/archivers/squsq/Makefile
+++ b/archivers/squsq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/07/28 02:47:35 minskim Exp $
DISTNAME= t20-squsq-3.3
PKGNAME= squsq-3.3
@@ -8,11 +8,15 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Compressor/decompressor for CP/M Squeeze compressed files
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
MAKEFILE= ${FILESDIR}/Makefile
WRKSRC= ${WRKDIR}/t20-squsq
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index b2cd77c2719..a428464bf33 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 07:18:44 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= star-1.4.3
@@ -9,6 +9,8 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
COMMENT= The fastest tar like archiver for UNIX
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_GNU_TOOLS+= make
MAKE_FLAGS+= INS_BASE=${PREFIX}
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"
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile
index 6ec5fae7fdf..00bbcb907c0 100644
--- a/archivers/unace/Makefile
+++ b/archivers/unace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= unace-1.2b
@@ -10,11 +10,15 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.winace.com/
COMMENT= Extract, list and test files in ACE archives
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
ALL_TARGET= clean unace
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unace
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index e4a02d0c659..333171b965f 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/28 02:47:35 minskim Exp $
DISTNAME= unarj-2.43
CATEGORIES= archivers
@@ -14,8 +14,12 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj
${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile
index a165b573ffd..7dd3a61ae39 100644
--- a/archivers/undms/Makefile
+++ b/archivers/undms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/28 02:47:35 minskim Exp $
DISTNAME= undms-1.3.c
PKGNAME= undms-1.3
@@ -10,9 +10,13 @@ EXTRACT_SUFX= .Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin
+
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 46a2fefeb44..d029f800d76 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/28 02:47:35 minskim Exp $
DISTNAME= unlzx.c
PKGNAME= unlzx-1.1
@@ -10,9 +10,13 @@ EXTRACT_SUFX= .gz
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Extracts .lzx archives from Amiga systems
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
+INSTALLATION_DIRS= bin
+
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 5848d330be0..55ef5eb9b5f 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/07/03 13:30:29 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= unrarsrc-3.3.6
@@ -10,6 +10,8 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.rarlab.com/
COMMENT= Extract, view & test RAR archives
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
NO_CONFIGURE= # defined
USE_GCC_SHLIB= # defined
USE_LANGUAGES= c++
@@ -23,6 +25,8 @@ NO_BIN_ON_CDROM=${RESTRICTED}
WRKSRC= ${WRKDIR}/unrar
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
index 2dd2d61d09e..ee32234f361 100644
--- a/archivers/xbin/Makefile
+++ b/archivers/xbin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/06/18 17:41:10 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= ${PRGNAME}unix
@@ -14,6 +14,8 @@ RESTRICTED= "May not be sold without permission"
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
@@ -26,6 +28,8 @@ CFLAGS+= -DBSD
LDFLAGS+= -lcompat
.endif
+INSTALLATION_DIRS= bin man/cat1
+
post-extract:
.for dfile in ${DISTFILES}
${CP} ${DISTDIR}/${dfile} ${WRKSRC}
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index c6925101bfa..6a20c0ab8b3 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/06/15 05:28:11 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/28 02:47:35 minskim Exp $
DISTNAME= xmill-0.9.1
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= ben@NetBSD.org
HOMEPAGE= ${MASTER_SITES}
COMMENT= Specialized compressor for XML
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_GNU_TOOLS+= make
MAKEFILE= makefile
USE_BUILDLINK3= yes
@@ -20,6 +22,8 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmill
${INSTALL_DATA} ${WRKSRC}/documentation/COPYRIGHT.txt \
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile
index f2894f6f1f8..9a8dfc21aef 100644
--- a/archivers/zip1/Makefile
+++ b/archivers/zip1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/06/18 02:42:09 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= zip1-1.1
@@ -17,6 +17,8 @@ NO_BIN_ON_CDROM=${RESTRICTED}
NOT_FOR_PLATFORM+= Interix-*-* # needs porting
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
ALL_TARGET= zip
@@ -40,6 +42,8 @@ MAKE_FLAGS= CFLAGS="${CFLAGS} -DSYSV"
MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat"
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-install:
@${CP} ${PKGDIR}/PLIST.pre ${PLIST_SRC}
cd ${WRKSRC} && ${INSTALL_PROGRAM} zip ${PREFIX}/bin/zip1
diff --git a/archivers/zziplib/Makefile b/archivers/zziplib/Makefile
index 6ff91e7b61e..97057f035b2 100644
--- a/archivers/zziplib/Makefile
+++ b/archivers/zziplib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/05/02 22:28:52 danw Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/28 02:47:35 minskim Exp $
#
DISTNAME= zziplib-0.10.82
@@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://zziplib.sourceforge.net/
COMMENT= Library for ZIP archive handling
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes