svn commit: r417426 - head/shells/zsh

Adam Weinberger adamw at FreeBSD.org
Fri Jun 24 14:27:33 UTC 2016


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)


More information about the svn-ports-head mailing list