pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gworkspace gnustep-make now allows unprivileg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb53001d7f6d
branches:  trunk
changeset: 391761:eb53001d7f6d
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 18 23:54:02 2009 +0000

description:
gnustep-make now allows unprivileged DESTDIR installs.

diffstat:

 sysutils/gworkspace/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87ba117111e0 -r eb53001d7f6d sysutils/gworkspace/Makefile
--- a/sysutils/gworkspace/Makefile      Sat Apr 18 23:50:13 2009 +0000
+++ b/sysutils/gworkspace/Makefile      Sat Apr 18 23:54:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2009/04/13 12:45:04 rh Exp $
+# $NetBSD: Makefile,v 1.29 2009/04/18 23:54:02 rh Exp $
 #
 
 DISTNAME=      gworkspace-0.8.6
@@ -12,7 +12,7 @@
 
 LICENSE=       gnu-gpl-v2
 
-PKG_DESTDIR_SUPPORT=   destdir
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 CONFLICTS+=    GWLib-[0-9]*
 



Home | Main Index | Thread Index | Old Index