From owner-svn-ports-head@freebsd.org Sat Dec 10 04:11:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EFE1C6FF69; Sat, 10 Dec 2016 04:11:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EB851C9A; Sat, 10 Dec 2016 04:11:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBA4BeRS039414; Sat, 10 Dec 2016 04:11:40 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBA4BeRT039413; Sat, 10 Dec 2016 04:11:40 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201612100411.uBA4BeRT039413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sat, 10 Dec 2016 04:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428271 - head/textproc/minixmlto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 04:11:41 -0000 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