From 6e8f608b14d283853c3e3b493dbed4a649e3b2c3 Mon Sep 17 00:00:00 2001 From: dwcjr Date: Mon, 1 Apr 2002 02:25:02 +0000 Subject: Update to 0.32b PR: 36590 Submitted by: maintainer --- textproc/pdftohtml/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'textproc/pdftohtml/Makefile') 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 -- cgit v1.1