aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-20 23:04:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-20 23:04:39 +0800
commit471758b06a819c4324aed678130a57ecb09f6acc (patch)
tree035264465cba27c90f1b6eb056ec2bd58b9fae28 /textproc
parent24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29 (diff)
downloadfreebsd-ports-graphics-471758b06a819c4324aed678130a57ecb09f6acc.tar.gz
freebsd-ports-graphics-471758b06a819c4324aed678130a57ecb09f6acc.tar.zst
freebsd-ports-graphics-471758b06a819c4324aed678130a57ecb09f6acc.zip
Support staging
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pdftohtml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index 2f11926bdf2..77da57c28d6 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -17,12 +17,12 @@ PLIST_FILES= bin/pdf-to-html
WRKSRC= ${WRKDIR}/${DISTNAME}
-NO_STAGE= yes
pre-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||"
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin/pdf-to-html
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml \
+ ${STAGEDIR}${PREFIX}/bin/pdf-to-html
.include <bsd.port.mk>