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 | |
parent | a534d44848ab367e8794a3b9c2668ab977032c83 (diff) | |
download | ports-0a92ab1e3e029c681dd6aa503805c05e4a342f6f.tar.gz ports-0a92ab1e3e029c681dd6aa503805c05e4a342f6f.zip |
Change the ETCDIR description to say "${PREFIX}" instead of
showing the actual prefix. Otherwise poudriere says it will
read from /nonexistent/etc.
Notes
Notes:
svn path=/head/; revision=417426
-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) |