diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 18:05:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 18:05:49 +0000 |
commit | 8a886a8f57988789bb78b3eb85bf84c0905e769b (patch) | |
tree | caa9a55530592a48339bb83ffac4457a250d9342 /archivers | |
parent | 8cb4c5262228cffead87607591cd358c79e90b7f (diff) | |
download | pkgsrc-8a886a8f57988789bb78b3eb85bf84c0905e769b.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 13d522f219e..9495deb627d 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 @@ USE_GNU_TOOLS+= make 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 |