svn commit: r358770 - head/textproc/pdftohtml

Jason E. Hale jhale at FreeBSD.org
Sun Jun 22 09:03:47 UTC 2014


Author: jhale
Date: Sun Jun 22 09:03:46 2014
New Revision: 358770
URL: http://svnweb.freebsd.org/changeset/ports/358770
QAT: https://qat.redports.org/buildarchive/r358770/

Log:
  - Use SF macro in MASTER_SITES
  - Remove redundant WRKSRC redefinition

Modified:
  head/textproc/pdftohtml/Makefile

Modified: head/textproc/pdftohtml/Makefile
==============================================================================
--- head/textproc/pdftohtml/Makefile	Sun Jun 22 08:44:25 2014	(r358769)
+++ head/textproc/pdftohtml/Makefile	Sun Jun 22 09:03:46 2014	(r358770)
@@ -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 at 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||"


More information about the svn-ports-all mailing list