summaryrefslogtreecommitdiff
path: root/lang/sxm
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:20:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:20:23 +0000
commit2f1e7a4789fec4de94b38c53d01bd08ee10124ea (patch)
treeaed87b1b125eb0bb5bfb90c2dadd3296670f067f /lang/sxm
parent${PERL} -> ${REINPLACE_CMD} (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61685
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>