From owner-svn-ports-head@FreeBSD.ORG Sat Jan 17 09:25:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 105D7D62; Sat, 17 Jan 2015 09:25:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 F0ADAEA3; Sat, 17 Jan 2015 09:25:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0H9PB43036873; Sat, 17 Jan 2015 09:25:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0H9PBUR036872; Sat, 17 Jan 2015 09:25:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501170925.t0H9PBUR036872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 17 Jan 2015 09:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377215 - head/print/texinfo 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.18-1 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, 17 Jan 2015 09:25:12 -0000 Author: antoine Date: Sat Jan 17 09:25:11 2015 New Revision: 377215 URL: https://svnweb.freebsd.org/changeset/ports/377215 QAT: https://qat.redports.org/buildarchive/r377215/ Log: Fix build on head Modified: head/print/texinfo/Makefile Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Sat Jan 17 08:52:55 2015 (r377214) +++ head/print/texinfo/Makefile Sat Jan 17 09:25:11 2015 (r377215) @@ -36,7 +36,7 @@ PLIST_SUB= TEXMF=${TEXMF} post-patch: ${CHMOD} 755 ${WRKSRC}/build-aux/install-sh ${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ - ${CP} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ + ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}