summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-06-24 14:27:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-06-24 14:27:31 +0000
commit0a92ab1e3e029c681dd6aa503805c05e4a342f6f (patch)
tree02345c2b2338ed3fe05510a7482f20a921b527fc /shells
parentr417390 successfully hid 5gp-1.02 from portscout, but now it's finding (diff)
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
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile2
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)