aboutsummaryrefslogtreecommitdiffstats
path: root/print/fpdf/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-07-15 16:54:30 +0800
committerthierry <thierry@FreeBSD.org>2005-07-15 16:54:30 +0800
commitf0168034ca6d377015af53ea97795a7e1700bf75 (patch)
tree8c24318c326e42b8f7be2961d292c8b695316b69 /print/fpdf/Makefile
parent7f781d47c6f0c28b7b6a8b1f50c2b929baf8df6a (diff)
downloadfreebsd-ports-gnome-f0168034ca6d377015af53ea97795a7e1700bf75.tar.gz
freebsd-ports-gnome-f0168034ca6d377015af53ea97795a7e1700bf75.tar.zst
freebsd-ports-gnome-f0168034ca6d377015af53ea97795a7e1700bf75.zip
Yet another silent update: only doc files have been updated (FAQ.htm
and sety.htm). Reported by: Kris via pointyhat
Diffstat (limited to 'print/fpdf/Makefile')
-rw-r--r--print/fpdf/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile
index bb51a830e868..e2102803e39d 100644
--- a/print/fpdf/Makefile
+++ b/print/fpdf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fpdf
PORTVERSION= 1.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print www
MASTER_SITES= http://www.fpdf.org/fr/
DISTNAME= ${PORTNAME}${PORTVERSION:S|.||}
@@ -31,8 +31,10 @@ EXT2CNV= afm htm php txt
DOCS= FAQ.htm doc/* fpdf.css histo.htm install.txt tutoriel
do-fetch:
- @${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
- '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'
+ @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
+ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
+ '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \
+ fi
pre-patch:
.for ext in ${EXT2CNV}