diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-10-28 14:54:18 +0800 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-10-28 14:54:18 +0800 |
commit | 635bb209f8ab355dd57ec02796f0f0356ddf49ff (patch) | |
tree | d97312c787c9b8f37e8175cfb4877ac9b59d3d91 /sysutils | |
parent | 585033d00ed39ffab85125c2327d0a540e3cce49 (diff) | |
download | freebsd-ports-gnome-635bb209f8ab355dd57ec02796f0f0356ddf49ff.tar.gz freebsd-ports-gnome-635bb209f8ab355dd57ec02796f0f0356ddf49ff.tar.zst freebsd-ports-gnome-635bb209f8ab355dd57ec02796f0f0356ddf49ff.zip |
Correction to previous commit: IGNORE isn't supposed to be quoted at all.
Pointy hat to: cperciva
Pointed out by: kris
Approved by: kris (implicitly)
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 34bc560e7108..077dfb645e55 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 12b8a1ce7c11..a396a319f529 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: |