Date: Tue, 28 Nov 2017 18:58:57 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455069 - head/sysutils/consolehm Message-ID: <201711281858.vASIwvSI025658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711281858.vASIwvSI025658>