summaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-04-01 02:25:02 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-04-01 02:25:02 +0000
commit6e8f608b14d283853c3e3b493dbed4a649e3b2c3 (patch)
treecdff05a120cd5df55a2371b378ebb80665c9e586 /textproc/pdftohtml/Makefile
parentb57a3eddfd41dcb33f287ab7668e3831264a1274 (diff)
downloadFreeBSD-ports-6e8f608b14d283853c3e3b493dbed4a649e3b2c3.zip
FreeBSD-ports-6e8f608b14d283853c3e3b493dbed4a649e3b2c3.tar.gz
Update to 0.32b
PR: 36590 Submitted by: maintainer
Diffstat (limited to 'textproc/pdftohtml/Makefile')
-rw-r--r--textproc/pdftohtml/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index b446b28..ad8970d 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -7,19 +7,22 @@
#
PORTNAME= pdftohtml
-PORTVERSION= 0.31
+PORTVERSION= 0.32b
CATEGORIES= textproc
-MASTER_SITES= http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/Download/ \
- http://ports.tolkien.dk/pdftohtml/
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}_test
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}_0_32b
-MAINTAINER= boll@tolkien.dk
+MAINTAINER= boll@fork.dk
-ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pdftohtml.bin ${PREFIX}/bin/pdftohtml
${INSTALL_PROGRAM} ${WRKSRC}/pdftops.bin ${PREFIX}/bin/pdftops
+post-install:
+ strip ${PREFIX}/bin/pdftohtml
+ strip ${PREFIX}/bin/pdftops
.include <bsd.port.mk>
OpenPOWER on IntegriCloud