diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-03-06 11:32:22 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-03-06 11:32:22 +0000 |
commit | e2fa56cff9412e4aed960c732d563af3e85e0889 (patch) | |
tree | 8cef87e38852421a5e929a8cf78cd84e344447d0 /sysutils/estctrl | |
parent | 5b5e8d7aad606b0cb50128f184969497f3bfe88a (diff) | |
download | FreeBSD-ports-e2fa56cff9412e4aed960c732d563af3e85e0889.zip FreeBSD-ports-e2fa56cff9412e4aed960c732d563af3e85e0889.tar.gz |
Set IGNORE for est and estctrl on recent -CURRENTs, since njl has added
them to the base system (as part of cpufreq, and under the name
"powerd", respectively).
Approved by: pav
Diffstat (limited to 'sysutils/estctrl')
-rw-r--r-- | sysutils/estctrl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/estctrl/Makefile b/sysutils/estctrl/Makefile index 1cb2b51..2fbb65e 100644 --- a/sysutils/estctrl/Makefile +++ b/sysutils/estctrl/Makefile @@ -26,6 +26,12 @@ PLIST_FILES= sbin/estctrl \ MAKE_ENV= BINDIR=${PREFIX}/sbin +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 600015 +IGNORE= "estctrl now contained in the base system (see powerd(8))" +.endif + post-extract: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/estctrl.sh > ${WRKDIR}/estctrl.sh @@ -34,4 +40,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/estctrl.sh ${PREFIX}/etc/rc.d/estctrl.sh ${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |