diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 01:06:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 01:06:13 +0800 |
commit | 187dc1d39c4b402a2a6e75cc09dfc4dd3afaee98 (patch) | |
tree | 36748f19c4149b8f96dc0b7a620b9325d5f91ade /textproc/duncan | |
parent | f467a32d06505c718b328c7115a4c61837da1ac0 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |