diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-10-27 00:10:40 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-10-27 00:10:40 +0000 |
commit | 3ac50b036edb328942903130f5d8bb5240e4f5de (patch) | |
tree | 7fab0a34ee78f3c7f09e69a3bce845205d7f9932 /sysutils | |
parent | 299fdf73059343089d65ec4f741c57bae51490ea (diff) | |
download | ports-3ac50b036edb328942903130f5d8bb5240e4f5de.tar.gz ports-3ac50b036edb328942903130f5d8bb5240e4f5de.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/est/Makefile | 2 | ||||
-rw-r--r-- | sysutils/estctrl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/est/Makefile b/sysutils/est/Makefile index fd9164b16b4a..34bc560e7108 100644 --- a/sysutils/est/Makefile +++ b/sysutils/est/Makefile @@ -26,7 +26,7 @@ PLIST_FILES= modules/est.ko \ .include <bsd.port.pre.mk> .if ${OSVERSION} > 600015 -IGNORE= "est now contained in the base system (see cpufreq(4))" +IGNORE= 'est now contained in the base system (see cpufreq(4))' .endif post-extract: diff --git a/sysutils/estctrl/Makefile b/sysutils/estctrl/Makefile index 2fbb65e3ec11..12b8a1ce7c11 100644 --- a/sysutils/estctrl/Makefile +++ b/sysutils/estctrl/Makefile @@ -29,7 +29,7 @@ MAKE_ENV= BINDIR=${PREFIX}/sbin .include <bsd.port.pre.mk> .if ${OSVERSION} > 600015 -IGNORE= "estctrl now contained in the base system (see powerd(8))" +IGNORE= 'estctrl now contained in the base system (see powerd(8))' .endif post-extract: |