diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-30 18:31:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-30 18:31:24 +0000 |
commit | 16b3e9a0b64a19dfb122cecc09f928cef71a15e6 (patch) | |
tree | 5ac3426721ca0ff1eb63094b8ab25bebd4d53bf4 /archivers/dar | |
parent | 92551104ce11568070c8c8d74f242eb740fa91ac (diff) | |
download | pkgsrc-16b3e9a0b64a19dfb122cecc09f928cef71a15e6.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'archivers/dar')
-rw-r--r-- | archivers/dar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 25e3cf06eb0..fb4a3f7884d 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/29 07:38:40 martti Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/30 18:31:24 minskim Exp $ DISTNAME= dar-2.2.2 CATEGORIES= archivers sysutils @@ -12,6 +12,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes UNLIMIT_RESOURCES= datasize |