aboutsummaryrefslogtreecommitdiff
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
parent82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff)
downloadports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz
ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip
Notes
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>