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 | 33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/dar | |
parent | 12d022723378b428f4fd92fa06144b402c9914f8 (diff) | |
download | pkgsrc-33fe5ceb79c652de1ea82d61ffbe8f2cf5e6c999.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/dar')
-rw-r--r-- | archivers/dar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index fcd3a3a0f21..b23d14e5935 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2012/02/15 19:20:36 hans Exp $ +# $NetBSD: Makefile,v 1.40 2012/09/11 19:46:53 asau Exp $ DISTNAME= dar-2.4.1 CATEGORIES= archivers sysutils @@ -10,7 +10,6 @@ COMMENT= Disk archiver LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes |