summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-25 17:06:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-25 17:06:13 +0000
commit7fa71d673f6a5f37b1cfd86c04dfaab4598c328b (patch)
tree36748f19c4149b8f96dc0b7a620b9325d5f91ade
parentace1d69f314f375b34788115b564e27d6e4ce5bb (diff)
downloadfreebsd-ports-7fa71d673f6a5f37b1cfd86c04dfaab4598c328b.zip
Allow staging as a regular user
-rw-r--r--textproc/duncan/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile
index 7ef661be9d71..b92247d030e9 100644
--- a/textproc/duncan/Makefile
+++ b/textproc/duncan/Makefile
@@ -21,4 +21,8 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Duncan
+post-patch:
+ ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
+
.include <bsd.port.mk>