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/est | |
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/est')
-rw-r--r-- | sysutils/est/Makefile | 2 |
1 files changed, 1 insertions, 1 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: |