diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-06 11:24:19 +0800 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-09-06 11:24:19 +0800 |
commit | 4a2ee6536a67940b42bdfbce5623ef05e716e4f9 (patch) | |
tree | d2f3c5c124125cda305d663ef94de2271fd995d5 /graphics | |
parent | 9066eb0501878da3b2d5a4272228115e1a68a8ea (diff) | |
download | freebsd-ports-gnome-4a2ee6536a67940b42bdfbce5623ef05e716e4f9.tar.gz freebsd-ports-gnome-4a2ee6536a67940b42bdfbce5623ef05e716e4f9.tar.zst freebsd-ports-gnome-4a2ee6536a67940b42bdfbce5623ef05e716e4f9.zip |
Use REINPLACE_CMD.
Approved by: petef (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/peps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index 6ab5477e4c96..6a2531b3f0ef 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -15,8 +15,10 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ pnmtopng:${PORTSDIR}/graphics/netpbm +USE_REINPLACE= yes + post-patch: - @${PERL} -pi -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin |