summaryrefslogtreecommitdiff
path: root/devel/uisp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commitc2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch)
tree5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/uisp
parentUse REINPLACE_CMD (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61964
Diffstat (limited to 'devel/uisp')
-rw-r--r--devel/uisp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile
index 9121c4efefe2..1ab6e6fbd58e 100644
--- a/devel/uisp/Makefile
+++ b/devel/uisp/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+USE_REINPLACE= yes
USE_GMAKE= yes
post-patch:
- ${PERL} -pi -e "s@-O3@${CFLAGS}@g; \
+ @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; \
s@g\+\+@${CXX}@g" ${WRKSRC}/Makefile
.include <bsd.port.mk>