Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 14:27:32 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417426 - head/shells/zsh
Message-ID:  <201606241427.u5OERWbt031840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jun 24 14:27:31 2016
New Revision: 417426
URL: https://svnweb.freebsd.org/changeset/ports/417426

Log:
  Change the ETCDIR description to say "${PREFIX}" instead of
  showing the actual prefix. Otherwise poudriere says it will
  read from /nonexistent/etc.

Modified:
  head/shells/zsh/Makefile

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Fri Jun 24 14:24:25 2016	(r417425)
+++ head/shells/zsh/Makefile	Fri Jun 24 14:27:31 2016	(r417426)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606241427.u5OERWbt031840>