mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Use SF macro in MASTER_SITES
- Remove redundant WRKSRC redefinition
This commit is contained in:
parent
c61786f8f7
commit
0cf5809549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358770
@ -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||"
|
||||
|
Loading…
Reference in New Issue
Block a user