diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-06-24 14:27:31 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-06-24 14:27:31 +0000 |
commit | 0a92ab1e3e029c681dd6aa503805c05e4a342f6f (patch) | |
tree | 02345c2b2338ed3fe05510a7482f20a921b527fc /shells | |
parent | a534d44848ab367e8794a3b9c2668ab977032c83 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index a3d08dd8582f..f0c8517d360e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -74,7 +74,7 @@ GDBM_DESC= Enable GDBM support (GPL) GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ENABLE= gdbm -ETCDIR_DESC= System-wide defaults in /etc (instead of ${PREFIX}/etc) +ETCDIR_DESC= System-wide defaults in /etc (instead of $${PREFIX}/etc) ETCDIR_CONFIGURE_OFF= --enable-etcdir=${PREFIX}/etc MAILDIR_DESC= Enable support for Maildirs in MAIL(PATH) |