pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/dact Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d311a916994e
branches:  trunk
changeset: 475141:d311a916994e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon May 10 18:05:49 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/dact/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r c0349cc935b0 -r d311a916994e archivers/dact/Makefile
--- a/archivers/dact/Makefile   Mon May 10 18:04:02 2004 +0000
+++ b/archivers/dact/Makefile   Mon May 10 18:05:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/30 18:27:32 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/10 18:05:49 minskim Exp $
 #
 
 DISTNAME=      dact-0.8.3
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.rkeene.org/devel/dact/
 COMMENT=       Dynamic adaptive compression tool
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 USE_GNU_TOOLS+=        make
@@ -17,6 +19,8 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ENV+=                ac_cv_lib_mcrypt_main=no
 
+INSTALLATION_DIRS=     bin man/man1
+
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact
 



Home | Main Index | Thread Index | Old Index