svn commit: r455069 - head/sysutils/consolehm

Mikhail Teterin mi at FreeBSD.org
Tue Nov 28 18:58:59 UTC 2017


Author: mi
Date: Tue Nov 28 18:58:57 2017
New Revision: 455069
URL: https://svnweb.freebsd.org/changeset/ports/455069

Log:
  Pass -e to make so that the PREFIX-variable already in the environment
  is respected over the setting inside Makefile. The latter always points
  at /usr/local, which may be wrong in some cases.

Modified:
  head/sysutils/consolehm/Makefile

Modified: head/sysutils/consolehm/Makefile
==============================================================================
--- head/sysutils/consolehm/Makefile	Tue Nov 28 18:09:48 2017	(r455068)
+++ head/sysutils/consolehm/Makefile	Tue Nov 28 18:58:57 2017	(r455069)
@@ -16,6 +16,7 @@ ONLY_FOR_ARCHS_REASON=	uses x86-only assembly from mac
 USES=		uidfix
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/consolehm/consolehm
+MAKE_ARGS+=	-e
 
 PLIST_FILES=	bin/chm man/man8/chm.8.gz
 


More information about the svn-ports-head mailing list