aboutsummaryrefslogtreecommitdiff
path: root/lang/sxm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sxm')
-rw-r--r--lang/sxm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile
index e7ccfb17b541..00d9997d4b80 100644
--- a/lang/sxm/Makefile
+++ b/lang/sxm/Makefile
@@ -13,13 +13,14 @@ MASTER_SITES= http://www.malgil.com/sxm/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_GMAKE= yes
ALL_TARGET= all image Formlist
MAN1= sxm.1 sxi.1
post-patch:
- @${PERL} -pi -e "s|/usr/local|${PREFIX}|g ; \
+ @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
s,^CC,#CC,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>