From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 15:51:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DFE23E5; Tue, 28 Jan 2014 15:51:26 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6E01A0C; Tue, 28 Jan 2014 15:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SFpQ0V049556; Tue, 28 Jan 2014 15:51:26 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SFpQ2G049555; Tue, 28 Jan 2014 15:51:26 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201401281551.s0SFpQ2G049555@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 28 Jan 2014 15:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341603 - head/textproc/html2tex 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.17 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: Tue, 28 Jan 2014 15:51:26 -0000 Author: mat Date: Tue Jan 28 15:51:25 2014 New Revision: 341603 URL: http://svnweb.freebsd.org/changeset/ports/341603 QAT: https://qat.redports.org/buildarchive/r341603/ Log: Support staging. Sponsored by: Absolight Modified: head/textproc/html2tex/Makefile Modified: head/textproc/html2tex/Makefile ============================================================================== --- head/textproc/html2tex/Makefile Tue Jan 28 15:49:30 2014 (r341602) +++ head/textproc/html2tex/Makefile Tue Jan 28 15:51:25 2014 (r341603) @@ -15,7 +15,6 @@ COMMENT= HTML to LaTeX converter, last m PLIST_FILES= bin/html2tex NO_WRKSUBDIR= yes -NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/html2tex.c @@ -24,6 +23,6 @@ do-build: cd ${WRKSRC} && ${CC} -o html2tex html2tex.c do-install: - cd ${WRKSRC} && ${CP} html2tex ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} html2tex ${STAGEDIR}${PREFIX}/bin .include