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/estctrl | |
parent | 299fdf73059343089d65ec4f741c57bae51490ea (diff) | |
download | ports-3ac50b036edb328942903130f5d8bb5240e4f5de.tar.gz ports-3ac50b036edb328942903130f5d8bb5240e4f5de.zip |
Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'. With double
quotes, sh chokes on the parentheses.
Submitted by: Peter Schuller
Approved by: flz
Notes
Notes:
svn path=/head/; revision=146452
Diffstat (limited to 'sysutils/estctrl')
-rw-r--r-- | sysutils/estctrl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |