aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libarena/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libarena/Makefile')
-rw-r--r--devel/libarena/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libarena/Makefile b/devel/libarena/Makefile
index ea57536ba01d..e091923d82af 100644
--- a/devel/libarena/Makefile
+++ b/devel/libarena/Makefile
@@ -26,4 +26,8 @@ PLIST_FILES= include/arena/align.h \
lib/libarena.a
PLIST_DIRS= include/arena
+post-patch:
+ @${REINPLACE_CMD} -E 's|^(PREFIX.*):=|\1?=|' \
+ ${WRKSRC}/mk/Variables.mk
+
.include <bsd.port.mk>