summaryrefslogtreecommitdiff
path: root/archivers/bicom
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-22 23:22:26 +0000
committerminskim <minskim@pkgsrc.org>2004-04-22 23:22:26 +0000
commite0bbc06025773f558340f0d1cb3497b1d5ec4a47 (patch)
treec90e2a0056e0bc436f298c6d9b767a1fbf1ee7e0 /archivers/bicom
parentee557b4bd7e4b0dc56d5abfc2f90ef477722e38f (diff)
downloadpkgsrc-e0bbc06025773f558340f0d1cb3497b1d5ec4a47.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/bicom')
-rw-r--r--archivers/bicom/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile
index a9efb4e2a30..a1018d6768f 100644
--- a/archivers/bicom/Makefile
+++ b/archivers/bicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/14 14:54:48 ben Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/22 23:22:26 minskim Exp $
#
DISTNAME= bicom101
@@ -13,11 +13,15 @@ COMMENT= Data compressor in the PPM family
LICENSE= no-commercial-use
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
USE_GCC_SHLIB= yes
USE_LANGUAGES= c++
+INSTALLATION_DIRS= bin
+
do-build:
for i in bialib bicom; do \
cd ${WRKSRC}/$$i && \