diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/innerspace/Makefile | 4 |
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> |