summaryrefslogtreecommitdiff
path: root/math/spar
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
commit161b751262bc5e1c5239a167762733cdcdd1d29d (patch)
treec8a813985306d0a0d3b0535c8d9d96829a495944 /math/spar
parentchange master site (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61740
Diffstat (limited to 'math/spar')
-rw-r--r--math/spar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile
index 4df9d44d36c3..e0e18ffdbde0 100644
--- a/math/spar/Makefile
+++ b/math/spar/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
INSTALLS_SHLIB= yes
@@ -23,6 +24,6 @@ INSTALLS_SHLIB= yes
MAN1= spar.1
post-patch:
- @${PERL} -pi -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in
+ @${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/lib/Makefile.in
.include <bsd.port.mk>