diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
commit | e28630ead26369af9ef1d199ae48177e0e2486ae (patch) | |
tree | c38809fe289a3882c872d743e8cfe274cca486f2 /net/gps | |
parent | b53889dd48ab786160430cf4dc54b1562318d476 (diff) |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=61772
Diffstat (limited to 'net/gps')
-rw-r--r-- | net/gps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gps/Makefile b/net/gps/Makefile index ece2313172bc..0a08910782c5 100644 --- a/net/gps/Makefile +++ b/net/gps/Makefile @@ -15,12 +15,13 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes post-patch: - @${PERL} -pi -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-Wall -O3,${CFLAGS},g" ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: |