diff options
author | minskim <minskim> | 2005-06-30 18:31:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-30 18:31:24 +0000 |
commit | 7ca3e5f48f73892ea1e35e988f3c53071fec87d5 (patch) | |
tree | 5ac3426721ca0ff1eb63094b8ab25bebd4d53bf4 /archivers/dar | |
parent | c8e9491c286ea0455fddebdf27c1826e36ca1925 (diff) | |
download | pkgsrc-7ca3e5f48f73892ea1e35e988f3c53071fec87d5.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 |