diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-06-13 02:08:05 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-06-13 02:08:05 +0800 |
commit | 6780f46719c7afd6cfabbf5794836937345373cd (patch) | |
tree | abfa73897c9f9aabfce8f0b5ffef6c015805d9f5 | |
parent | c0c8980fe7161006a2591024c5fabcfb7e820c9c (diff) | |
download | freebsd-ports-gnome-6780f46719c7afd6cfabbf5794836937345373cd.tar.gz freebsd-ports-gnome-6780f46719c7afd6cfabbf5794836937345373cd.tar.zst freebsd-ports-gnome-6780f46719c7afd6cfabbf5794836937345373cd.zip |
Users keep reporting problems with update files on MASTER_SITES:
move them to MASTER_SITE_LOCAL.
-rw-r--r-- | sysutils/webmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 6af11322ad3d..e2fd3b1943fb 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.webmin.com/updates/:up \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= webadmin/:sf \ olgeni/:local -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${WEBMIN_MODULES:S/gz$/gz:up/} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${WEBMIN_MODULES:S/gz$/gz:local/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org |