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 | ad4503fd082612c25a2130c708999a2d7aa08bba (patch) | |
tree | c90e2a0056e0bc436f298c6d9b767a1fbf1ee7e0 /archivers/bicom | |
parent | 770681709c69667c4bda54142c843700723222a8 (diff) | |
download | pkgsrc-ad4503fd082612c25a2130c708999a2d7aa08bba.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/bicom')
-rw-r--r-- | archivers/bicom/Makefile | 6 |
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 && \ |