Index: head/textproc/pdftohtml/Makefile
===================================================================
--- head/textproc/pdftohtml/Makefile (revision 329644)
+++ head/textproc/pdftohtml/Makefile (revision 329645)
@@ -1,30 +1,28 @@
# Created by: Soeren Boll Overgaard
# $FreeBSD$
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
+COMMENT= Command-line tool for converting pdf-files into html
-CONFLICTS= poppler-utils-[0-9]*
-
+USES= gmake
USE_GHOSTSCRIPT_RUN= yes
-USE_GMAKE= yes
-PLIST_FILES= bin/pdftohtml
+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
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin/pdf-to-html
.include