summaryrefslogtreecommitdiff
path: root/archivers/bicom
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-22 23:22:26 +0000
committerminskim <minskim>2004-04-22 23:22:26 +0000
commitb07b24d335e695e93f21f6cd682b278846951a5a (patch)
treec90e2a0056e0bc436f298c6d9b767a1fbf1ee7e0 /archivers/bicom
parent87992792af9efdd9db44f00419f7668f69b2da5f (diff)
downloadpkgsrc-b07b24d335e695e93f21f6cd682b278846951a5a.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 && \