aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2014-08-15 20:28:05 +0800
committerthierry <thierry@FreeBSD.org>2014-08-15 20:28:05 +0800
commit20b2b52e0c141d8ab6653cc0005c8e5eb6a641ba (patch)
treed79e4d80d593fcf2bbf81740dc31b4952cc0bc9c /graphics
parent84a1e3b6095799e07261408278abc99d9855ca25 (diff)
downloadfreebsd-ports-gnome-20b2b52e0c141d8ab6653cc0005c8e5eb6a641ba.tar.gz
freebsd-ports-gnome-20b2b52e0c141d8ab6653cc0005c8e5eb6a641ba.tar.zst
freebsd-ports-gnome-20b2b52e0c141d8ab6653cc0005c8e5eb6a641ba.zip
Don't force to fetch again the tarball after a PORTREVISION's bump.
PR: ports/192385 Submitted by: amdmi3
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cimg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 0894c9045021..6d90d1663106 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME} \
SF/${PORTNAME}/old
DISTNAME= CImg-${DISTVERSION}
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION}
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${TARBALLREVISION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= The C++ Template Image Processing Library
@@ -26,6 +26,7 @@ LICENSE_PERMS_CeCILL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= "invokes i386 asm"
+TARBALLREVISION=3
USES= zip
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
BUILD_WRKSRC= ${WRKSRC}/examples