diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:06:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:06:27 +0000 |
commit | 161b751262bc5e1c5239a167762733cdcdd1d29d (patch) | |
tree | c8a813985306d0a0d3b0535c8d9d96829a495944 /math/spar | |
parent | 6117005f174cf91429416650985190076c2892de (diff) | |
download | ports-161b751262bc5e1c5239a167762733cdcdd1d29d.tar.gz ports-161b751262bc5e1c5239a167762733cdcdd1d29d.zip |
Notes
Diffstat (limited to 'math/spar')
-rw-r--r-- | math/spar/Makefile | 3 |
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> |