aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-12-08 22:02:20 +0800
committervs <vs@FreeBSD.org>2005-12-08 22:02:20 +0800
commit1aaf68f9c9caf3bdb87ef2056022b1ceb1614617 (patch)
tree69746f42fe19fa55b9b8224154c8103c56d9f115 /devel
parent1005c73a83ac2d20c472ddb6cf9705b6b5a23ab3 (diff)
downloadfreebsd-ports-gnome-1aaf68f9c9caf3bdb87ef2056022b1ceb1614617.tar.gz
freebsd-ports-gnome-1aaf68f9c9caf3bdb87ef2056022b1ceb1614617.tar.zst
freebsd-ports-gnome-1aaf68f9c9caf3bdb87ef2056022b1ceb1614617.zip
Fix IGNORE[a]nce if distfile has not yet been downloaded
Diffstat (limited to 'devel')
-rw-r--r--devel/uppaal/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/uppaal/Makefile b/devel/uppaal/Makefile
index 70ca446a204b..c2ab0d19a233 100644
--- a/devel/uppaal/Makefile
+++ b/devel/uppaal/Makefile
@@ -31,27 +31,18 @@ MANCOMPRESSED= no
RESTRICTED= "Downloading requires completion of a license agreement"
.include <bsd.port.pre.mk>
-TO_BE_FETCHED=
-.for f in ${DISTFILES}
-.if ! exists (${DISTDIR}/${DIST_SUBDIR}/${f})
-TO_BE_FETCHED+= ${f}
-.endif
-.endfor
do-fetch:
-.if ${TO_BE_FETCHED} != ""
+.if ! exists (${DISTDIR}/${DIST_SUBDIR}/uppaal.zip)
ECHO_MSG=/usr/bin/printf
IGNORE= :\n\n\
------------------------------------------------------------------\n\
Downloading this software requires completion of a licence\n\
agreement, which may be found at: http://www.uppaal.com\n\
\n\
-Please download the _latest_ versions of the following files into\n\
+Please download the _latest_ version of 'uppaal.zip' into\n\
${DISTDIR}/${DIST_SUBDIR}\n\
\n
-.for f in ${TO_BE_FETCHED}
-IGNORE+= ${f}\n
-.endfor
IGNORE+=------------------------------------------------------------------\n\n
.endif