diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-11-26 21:11:48 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-11-26 21:11:48 +0000 |
commit | 170722c74a60ea267a98f1a180db92fd12ab8c9c (patch) | |
tree | 0494e51fb7785463d8d29f2fcb03852b194e7eb7 /www | |
parent | Fix build on Current (diff) |
Temporarily put distfile on ${MASTER_SITE_LOCAL} for 5.0-RELEASE.
distfile for 3.20 on original MASTER_SITE is 3.22 actually and thus
causing a checksum error.
Diffstat (limited to 'www')
-rw-r--r-- | www/httrack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 51b7965b0a44..60f81c8f05b7 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -8,7 +8,8 @@ PORTNAME= httrack PORTVERSION= 3.20.2 CATEGORIES= www -MASTER_SITES= http://www.httrack.com/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dirk DISTNAME= httrack-3.20-2 MAINTAINER= dirk@FreeBSD.org |