diff options
author | joerg <joerg> | 2009-02-10 00:25:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-10 00:25:00 +0000 |
commit | 8c85c5dd36f990ff81dd78b07127897e41f59e05 (patch) | |
tree | cc2b335c9c8f5ef0cafa853f9379419bd5507dba /archivers/dact/Makefile | |
parent | fafbe31abebe325d9a26bf323212d7af84305748 (diff) | |
download | pkgsrc-8c85c5dd36f990ff81dd78b07127897e41f59e05.tar.gz |
DESTDIR support.
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 2be4ce511d8..f5108864796 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/08/31 06:39:11 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2009/02/10 00:25:54 joerg Exp $ DISTNAME= dact-0.8.41 CATEGORIES= archivers @@ -9,6 +9,7 @@ HOMEPAGE= http://www.rkeene.org/devel/dact/ COMMENT= Dynamic adaptive compression tool PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake GNU_CONFIGURE= yes |