aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clockspeed
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch)
treee28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /sysutils/clockspeed
parent69153696b9e73f3a328c9e20da06591b85766611 (diff)
downloadports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.tar.gz
ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.zip
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build. Noticed on bento and others (full mailbox :-)
Notes
Notes: svn path=/head/; revision=69475
Diffstat (limited to 'sysutils/clockspeed')
-rw-r--r--sysutils/clockspeed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile
index 0682131f1718..a22b05c71fdf 100644
--- a/sysutils/clockspeed/Makefile
+++ b/sysutils/clockspeed/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS= tai.1:${PORTSDIR}/devel/libtai
ALL_TARGET= it
+USE_REINPLACE= yes
INSTALL_TARGET= setup check
MAN1= clockadd.1 clockspeed.1 clockview.1 sntpclock.1 \
@@ -44,7 +45,7 @@ real-post-patch:
@${SED} "s!/usr/local/!${PREFIX}!" ${CLOCKSPEED_RC_SCRIPT_SAMPLE} > \
${WRKDIR}/${CLOCKSPEED_RC_SCRIPT_SAMPLE:T}
.for file in ${PREFIX_FIX_FILES}
- @${PERL} -pi -ne "s|%%PREFIX%%|${PREFIX}|g" ${file}
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${file}
.endfor
real-post-install: