aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-06-22 09:03:46 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-06-22 09:03:46 +0000
commit0cf5809549481f6ae957d38f0190ec45f2524a28 (patch)
treeb7ffcad71e99bbc46479c413dc774e9794113efe /textproc/pdftohtml
parentc61786f8f76900d70ccbda2c6ac9be8d7262f72f (diff)
downloadports-0cf5809549481f6ae957d38f0190ec45f2524a28.tar.gz
ports-0cf5809549481f6ae957d38f0190ec45f2524a28.zip
- Use SF macro in MASTER_SITES
- Remove redundant WRKSRC redefinition
Notes
Notes: svn path=/head/; revision=358770
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index de2fc8c517b1..3ad747eb55c2 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pdftohtml
PORTVERSION= 0.40a
CATEGORIES= textproc
-MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/Experimental%20Versions/${PORTNAME}%200.40/ \
+MASTER_SITES= SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \
http://fossies.org/linux/www/
MAINTAINER= ports@FreeBSD.org
@@ -15,8 +15,6 @@ USE_GHOSTSCRIPT_RUN= yes
PLIST_FILES= bin/pdf-to-html
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
pre-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
${REINPLACE_CMD} -e "s|-O[0-9]||" -e "s|-g||"