aboutsummaryrefslogtreecommitdiff
path: root/x11/innerspace
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-25 17:12:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-25 17:12:06 +0000
commit13821148daeee352d2a576d4489c068764fb7a1f (patch)
tree015999c4cde7508e9d49e3de355a78c28d08671d /x11/innerspace
parent2a0a685573b1861f0380f22f123036ec3f2afb78 (diff)
downloadports-13821148daeee352d2a576d4489c068764fb7a1f.tar.gz
ports-13821148daeee352d2a576d4489c068764fb7a1f.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=366101
Diffstat (limited to 'x11/innerspace')
-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>