diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /archivers | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | freebsd-ports-graphics-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz freebsd-ports-graphics-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.zst freebsd-ports-graphics-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xdms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 3f8969ca325..6e2bc320c2a 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -14,11 +14,12 @@ DISTNAME= xdms MAINTAINER= markp@FreeBSD.org USE_ZIP= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/xdms/src ALL_TARGET= xdms pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin |