aboutsummaryrefslogtreecommitdiff
path: root/editors/uemacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r--editors/uemacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index 720bd41649f0..f9658e0ab54f 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -13,11 +13,12 @@ DISTNAME= ue400dev
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -Laq
post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>