diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
commit | cbe98b799637d2d9ccb76378c19f66fa80dc9487 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/dact | |
parent | 18181340a1ae5f37586794c9f17ab4e80036855f (diff) | |
download | pkgsrc-cbe98b799637d2d9ccb76378c19f66fa80dc9487.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index f5108864796..23ab0503092 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/02/10 00:25:54 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2012/09/11 19:46:53 asau Exp $ DISTNAME= dact-0.8.41 CATEGORIES= archivers @@ -9,7 +9,6 @@ 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 |