aboutsummaryrefslogtreecommitdiff
path: root/textproc/html2tex
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-28 15:51:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-28 15:51:25 +0000
commit700d482c02b6998924f651bf54aaaee55d2ac8ea (patch)
tree5dfa20fdfff5157bfcdda62de733106e85d155a6 /textproc/html2tex
parentcd49af7206c365bf22a3cc3266763be406088f40 (diff)
downloadports-700d482c02b6998924f651bf54aaaee55d2ac8ea.tar.gz
ports-700d482c02b6998924f651bf54aaaee55d2ac8ea.zip
Support staging.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=341603
Diffstat (limited to 'textproc/html2tex')
-rw-r--r--textproc/html2tex/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.mk>