diff options
author | rh <rh@pkgsrc.org> | 2009-04-18 23:54:02 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-18 23:54:02 +0000 |
commit | 6694cf28d119192c9556bc1aed19da599b64c5ff (patch) | |
tree | b5f45e268d6f46d2294ebb3c6ccebcf4e9f89c89 | |
parent | 5299a4390e10a15dd8b591550ccb27be1aa29dbf (diff) | |
download | pkgsrc-6694cf28d119192c9556bc1aed19da599b64c5ff.tar.gz |
gnustep-make now allows unprivileged DESTDIR installs.
-rw-r--r-- | sysutils/gworkspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gworkspace/Makefile b/sysutils/gworkspace/Makefile index 87d688e388f..85491a86535 100644 --- a/sysutils/gworkspace/Makefile +++ b/sysutils/gworkspace/Makefile @@ -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 @@ COMMENT= GNUstep Workspace manager LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= GWLib-[0-9]* |