diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:04:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 23:04:39 +0800 |
commit | 471758b06a819c4324aed678130a57ecb09f6acc (patch) | |
tree | 035264465cba27c90f1b6eb056ec2bd58b9fae28 /textproc | |
parent | 24bc91afae2e5d20afaa497ba4ae17ddb9fe4f29 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |