aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-26 01:12:06 +0800
committerantoine <antoine@FreeBSD.org>2014-08-26 01:12:06 +0800
commit4070350ff00fe1d5777f7c1e6cd80be12bf81581 (patch)
tree015999c4cde7508e9d49e3de355a78c28d08671d /x11
parent4d678c161a75c7189f312155901916941610216e (diff)
downloadfreebsd-ports-gnome-4070350ff00fe1d5777f7c1e6cd80be12bf81581.tar.gz
freebsd-ports-gnome-4070350ff00fe1d5777f7c1e6cd80be12bf81581.tar.zst
freebsd-ports-gnome-4070350ff00fe1d5777f7c1e6cd80be12bf81581.zip
Allow staging as a regular user
Diffstat (limited to 'x11')
-rw-r--r--x11/innerspace/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile
index 8a3c201f2111..a4c1a1fcd7a7 100644
--- a/x11/innerspace/Makefile
+++ b/x11/innerspace/Makefile
@@ -18,4 +18,8 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+post-patch:
+ ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
+
.include <bsd.port.mk>