aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-09-06 11:24:19 +0800
committerBruce A. Mah <bmah@FreeBSD.org>2002-09-06 11:24:19 +0800
commit4a2ee6536a67940b42bdfbce5623ef05e716e4f9 (patch)
treed2f3c5c124125cda305d663ef94de2271fd995d5 /graphics
parent9066eb0501878da3b2d5a4272228115e1a68a8ea (diff)
downloadfreebsd-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/Makefile4
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