diff options
author | adamw <adamw@FreeBSD.org> | 2016-06-24 22:27:31 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-06-24 22:27:31 +0800 |
commit | d24bc1800eb05d524910d9bd2963f843adac100e (patch) | |
tree | 02345c2b2338ed3fe05510a7482f20a921b527fc /shells | |
parent | c005e9edecb4f3cbaca6d81c96a610b24aef8a11 (diff) | |
download | freebsd-ports-gnome-d24bc1800eb05d524910d9bd2963f843adac100e.tar.gz freebsd-ports-gnome-d24bc1800eb05d524910d9bd2963f843adac100e.tar.zst freebsd-ports-gnome-d24bc1800eb05d524910d9bd2963f843adac100e.zip |
Change the ETCDIR description to say "${PREFIX}" instead of
showing the actual prefix. Otherwise poudriere says it will
read from /nonexistent/etc.
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) |