pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/Pantomime gnustep-make now allows unprivileged DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b82545cfa18a
branches:  trunk
changeset: 391762:b82545cfa18a
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Apr 18 23:55:27 2009 +0000

description:
gnustep-make now allows unprivileged DESTDIR installs

diffstat:

 mail/Pantomime/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r eb53001d7f6d -r b82545cfa18a mail/Pantomime/Makefile
--- a/mail/Pantomime/Makefile   Sat Apr 18 23:54:02 2009 +0000
+++ b/mail/Pantomime/Makefile   Sat Apr 18 23:55:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/04/13 12:40:40 rh Exp $
+# $NetBSD: Makefile,v 1.23 2009/04/18 23:55:27 rh Exp $
 #
 
 DISTNAME=      Pantomime-1.2.0pre3
@@ -11,10 +11,13 @@
 
 LICENSE=       gnu-lgpl-v2
 
-PKG_DESTDIR_SUPPORT=   destdir
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= objc
 
+PRIVILEGED_STAGES+=    build
+PRIVILEGED_STAGES+=    clean
+
 WRKSRC=                ${WRKDIR}/Pantomime
 NO_CONFIGURE=  yes
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index