diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 10:34:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 10:34:53 +0000 |
commit | 2a2410955f9a8ae0ec9fb5c7e5f52fbffebf4114 (patch) | |
tree | 0e75def425b40ccb45194a3a0569b907ad023754 /textproc | |
parent | 51ac8703554e3d60db65a595e90b38a2f30fb53c (diff) | |
download | ports-2a2410955f9a8ae0ec9fb5c7e5f52fbffebf4114.tar.gz ports-2a2410955f9a8ae0ec9fb5c7e5f52fbffebf4114.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdftohtml/Makefile | 8 | ||||
-rw-r--r-- | textproc/pdftohtml/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 00934f00b8df..c71417da4eaf 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -7,8 +7,7 @@ # PORTNAME= pdftohtml -PORTVERSION= 0.36 -PORTREVISION= 4 +PORTVERSION= 0.38 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,6 +23,9 @@ GSPORT?= print/ghostscript-gnu RUN_DEPENDS+= ${LOCALBASE}/bin/gs:${PORTSDIR}/${GSPORT} +USE_GMAKE= yes +USE_MOTIF= yes + PLIST_FILES= bin/pdftohtml WRKSRC= ${WRKDIR}/${DISTNAME} @@ -41,6 +43,6 @@ pre-patch: ${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pdftohtml ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/pdftohtml ${PREFIX}/bin .include <bsd.port.mk> diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo index 95e0bd50b548..03a8d17312ba 100644 --- a/textproc/pdftohtml/distinfo +++ b/textproc/pdftohtml/distinfo @@ -1,3 +1,3 @@ -MD5 (pdftohtml-0.36.tar.gz) = 75ad095bb51e1f66c9f7691e6af12f44 -SHA256 (pdftohtml-0.36.tar.gz) = cfd23b6ca01cb611de7175418f494086589766a96c19b03d81a1b284e097b175 -SIZE (pdftohtml-0.36.tar.gz) = 300922 +MD5 (pdftohtml-0.38.tar.gz) = 4f69f650a5cb2012b2ca63f15c31f6a9 +SHA256 (pdftohtml-0.38.tar.gz) = e5a20f06f9465c444409847df1ec259f0544d794f9d74e169de7a2ef37a411ac +SIZE (pdftohtml-0.38.tar.gz) = 435709 |