diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
commit | 64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch) | |
tree | 664d2ba6932861fa84d22c638a1035a3fcd6a962 /sysutils/clockspeed | |
parent | 8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff) | |
download | FreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip FreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz |
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 :-)
Diffstat (limited to 'sysutils/clockspeed')
-rw-r--r-- | sysutils/clockspeed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile index 0682131..a22b05c 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: |