Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 04:11:40 +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: r428271 - head/textproc/minixmlto
Message-ID:  <201612100411.uBA4BeRT039413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sat Dec 10 04:11:40 2016
New Revision: 428271
URL: https://svnweb.freebsd.org/changeset/ports/428271

Log:
  Explicitly state the desired PREFIX to avoid breakage, where it
  is anything other than /usr/local.
  
  Approved by:	maintainer

Modified:
  head/textproc/minixmlto/Makefile

Modified: head/textproc/minixmlto/Makefile
==============================================================================
--- head/textproc/minixmlto/Makefile	Sat Dec 10 03:39:37 2016	(r428270)
+++ head/textproc/minixmlto/Makefile	Sat Dec 10 04:11:40 2016	(r428271)
@@ -16,5 +16,6 @@ RUN_DEPENDS=	docbook-xsl>0:textproc/docb
 USE_GITHUB=	yes
 GH_ACCOUNT=	bapt
 PLIST_FILES=	bin/minixmlto
+MAKE_ARGS=	PREFIX="${PREFIX}"
 
 .include <bsd.port.mk>



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