aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/duncan
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-26 01:06:13 +0800
committerantoine <antoine@FreeBSD.org>2014-08-26 01:06:13 +0800
commit187dc1d39c4b402a2a6e75cc09dfc4dd3afaee98 (patch)
tree36748f19c4149b8f96dc0b7a620b9325d5f91ade /textproc/duncan
parentf467a32d06505c718b328c7115a4c61837da1ac0 (diff)
downloadfreebsd-ports-gnome-187dc1d39c4b402a2a6e75cc09dfc4dd3afaee98.tar.gz
freebsd-ports-gnome-187dc1d39c4b402a2a6e75cc09dfc4dd3afaee98.tar.zst
freebsd-ports-gnome-187dc1d39c4b402a2a6e75cc09dfc4dd3afaee98.zip
Allow staging as a regular user
Diffstat (limited to 'textproc/duncan')
-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>