diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-06 23:54:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-06 23:54:23 +0000 |
commit | 41b58dcf971fe2a3c036d49df3413db4d33de69a (patch) | |
tree | ffb27288351a1ca74f1c5e2c41ead0ad0139e0d5 /textproc/pdftohtml | |
parent | 96380d01ae5d97901f539df4be9c081549914b67 (diff) | |
download | ports-41b58dcf971fe2a3c036d49df3413db4d33de69a.tar.gz ports-41b58dcf971fe2a3c036d49df3413db4d33de69a.zip |
Notes
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r-- | textproc/pdftohtml/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 0802df6890a4..2f11926bdf21 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -3,19 +3,17 @@ PORTNAME= pdftohtml PORTVERSION= 0.39 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line tool for converting pdf-files into html - -CONFLICTS= poppler-utils-[0-9]* +COMMENT= Command-line tool for converting pdf-files into html +USES= gmake USE_GHOSTSCRIPT_RUN= yes -USE_GMAKE= yes -PLIST_FILES= bin/pdftohtml +PLIST_FILES= bin/pdf-to-html WRKSRC= ${WRKDIR}/${DISTNAME} @@ -25,6 +23,6 @@ pre-patch: ${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin/pdf-to-html .include <bsd.port.mk> |