diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 09:03:46 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 09:03:46 +0000 |
commit | 0cf5809549481f6ae957d38f0190ec45f2524a28 (patch) | |
tree | b7ffcad71e99bbc46479c413dc774e9794113efe /textproc/pdftohtml/Makefile | |
parent | c61786f8f76900d70ccbda2c6ac9be8d7262f72f (diff) | |
download | ports-0cf5809549481f6ae957d38f0190ec45f2524a28.tar.gz ports-0cf5809549481f6ae957d38f0190ec45f2524a28.zip |
Notes
Diffstat (limited to 'textproc/pdftohtml/Makefile')
-rw-r--r-- | textproc/pdftohtml/Makefile | 4 |
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||" |