From owner-svn-ports-all@FreeBSD.ORG Tue Jul 31 22:07:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96BCC106566B; Tue, 31 Jul 2012 22:07:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 829BB8FC08; Tue, 31 Jul 2012 22:07:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6VM7SL0077585; Tue, 31 Jul 2012 22:07:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6VM7SaP077582; Tue, 31 Jul 2012 22:07:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201207312207.q6VM7SaP077582@svn.freebsd.org> From: Matthias Andree Date: Tue, 31 Jul 2012 22:07:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301816 - head/textproc/xmlto X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2012 22:07:28 -0000 Author: mandree Date: Tue Jul 31 22:07:27 2012 New Revision: 301816 URL: http://svn.freebsd.org/changeset/ports/301816 Log: Replace GNU-make-ism in upstream Makefile by a BSD-make compatible expansion. Not currently needed, but since I've debugged this in a different context, save the solution for good. Feature safe: yes Modified: head/textproc/xmlto/Makefile Modified: head/textproc/xmlto/Makefile ============================================================================== --- head/textproc/xmlto/Makefile Tue Jul 31 20:59:44 2012 (r301815) +++ head/textproc/xmlto/Makefile Tue Jul 31 22:07:27 2012 (r301816) @@ -63,7 +63,10 @@ CONFIGURE_ARGS+= --with-backend=dblatex .endif post-patch: + # get rid of nonstandard "type" option -t: cd ${WRKSRC} && ${FIND} . -type f -exec ${REINPLACE_CMD} -i '' -e 's/type -t/which/;' '{}' '+' + # get rid of GNU-make-ism (BSD make defines $< only in suffix rules) + ${REINPLACE_CMD} -e '/^GEN_MANPAGE/{s/\$$/;}' ${WRKSRC}/Makefile.in .if !defined(NOPORTDOCS) post-install: