From 700d482c02b6998924f651bf54aaaee55d2ac8ea Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 28 Jan 2014 15:51:25 +0000 Subject: [PATCH] Support staging. Sponsored by: Absolight --- textproc/html2tex/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textproc/html2tex/Makefile b/textproc/html2tex/Makefile index 45298ad28fb9..f1dd3bf4382b 100644 --- a/textproc/html2tex/Makefile +++ b/textproc/html2tex/Makefile @@ -15,7 +15,6 @@ COMMENT= HTML to LaTeX converter, last modified 2010 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