diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-27 15:11:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-27 15:11:51 +0000 |
commit | 2e9a8b00dcaa996a02583ea666a8f828623910cc (patch) | |
tree | 4993fe4cd9eb38836e3bc82ac9f00dfe2419fde6 | |
parent | Link libuim properly to fix breakage of uim plugins. (diff) |
- Update MASTER_SITES
NOTE: These commit fix the checksum problem.
Submitted by: Joel Hatton via ports@ ml
Approved by: krion (mentor), maintainer timeout
-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 91ae6209ee98..73b32141a3fd 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -9,7 +9,8 @@ PORTNAME= httrack PORTVERSION= 3.33.16 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://www.httrack.com/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= andrew.nau.ua@gmail.com |