Date: Tue, 28 Jan 2014 15:51:26 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341603 - head/textproc/html2tex Message-ID: <201401281551.s0SFpQ2G049555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281551.s0SFpQ2G049555>