diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:04:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-20 15:04:39 +0000 |
commit | 7a14a5009802388ba7810e6316fe67a3a9e9daec (patch) | |
tree | 035264465cba27c90f1b6eb056ec2bd58b9fae28 /textproc/pdftohtml | |
parent | 4bdd0f14240b62e301c5e01ab54f53465f624fd3 (diff) | |
download | ports-7a14a5009802388ba7810e6316fe67a3a9e9daec.tar.gz ports-7a14a5009802388ba7810e6316fe67a3a9e9daec.zip |
Support staging
Notes
Notes:
svn path=/head/; revision=348688
Diffstat (limited to 'textproc/pdftohtml')
-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 2f11926bdf21..77da57c28d67 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> |