diff options
author | minskim <minskim> | 2004-05-10 18:05:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-10 18:05:49 +0000 |
commit | 7ce32bdc6cfbcf833cf54299b7efa8df273f2cbf (patch) | |
tree | caa9a55530592a48339bb83ffac4457a250d9342 | |
parent | 49ab00ece01ea26635a2a5091993c145518c4a21 (diff) | |
download | pkgsrc-7ce32bdc6cfbcf833cf54299b7efa8df273f2cbf.tar.gz |
Enable pkgviews installation.
-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 |