svn commit: r348688 - head/textproc/pdftohtml
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Mar 20 15:04:40 UTC 2014
Author: ehaupt
Date: Thu Mar 20 15:04:39 2014
New Revision: 348688
URL: http://svnweb.freebsd.org/changeset/ports/348688
QAT: https://qat.redports.org/buildarchive/r348688/
Log:
Support staging
Modified:
head/textproc/pdftohtml/Makefile
Modified: head/textproc/pdftohtml/Makefile
==============================================================================
--- head/textproc/pdftohtml/Makefile Thu Mar 20 15:04:11 2014 (r348687)
+++ head/textproc/pdftohtml/Makefile Thu Mar 20 15:04:39 2014 (r348688)
@@ -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>
More information about the svn-ports-all
mailing list