diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-10-28 14:54:18 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-10-28 14:54:18 +0800 |
commit | 401bc6cc3ccf2f6cce50ebb3419bce6dbb1be425 (patch) | |
tree | f59346289cf9db2517272b2aaece9e14c5c1506a /sysutils | |
parent | 84e802e85135b5e4eb208bc653e4d4c9ec8beacc (diff) | |
download | freebsd-ports-gnome-401bc6cc3ccf2f6cce50ebb3419bce6dbb1be425.tar.gz freebsd-ports-gnome-401bc6cc3ccf2f6cce50ebb3419bce6dbb1be425.tar.zst freebsd-ports-gnome-401bc6cc3ccf2f6cce50ebb3419bce6dbb1be425.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: |