diff options
author | rh <rh@pkgsrc.org> | 2009-04-18 03:43:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-18 03:43:46 +0000 |
commit | 4627c25c80716e85090dcef1f7a27f0a7006f46a (patch) | |
tree | 8f7a85949248a73717e7201699a9aef96c2dd2d6 /devel/libFoundation | |
parent | 03a32f680116402311289c8e1c48385a028ecb89 (diff) | |
download | pkgsrc-4627c25c80716e85090dcef1f7a27f0a7006f46a.tar.gz |
gnustep-make now allows unprivileged DESTDIR installs
Diffstat (limited to 'devel/libFoundation')
-rw-r--r-- | devel/libFoundation/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libFoundation/common.mk b/devel/libFoundation/common.mk index d8c220d4792..d8bf94d8460 100644 --- a/devel/libFoundation/common.mk +++ b/devel/libFoundation/common.mk @@ -1,6 +1,6 @@ -# $NetBSD: common.mk,v 1.1 2009/04/18 02:19:23 rh Exp $ +# $NetBSD: common.mk,v 1.2 2009/04/18 03:43:46 rh Exp $ # -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= objc |