diff options
-rw-r--r-- | sysutils/webmin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 27740e6c9874..1e5a588282de 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -9,9 +9,9 @@ PORTNAME= webmin PORTVERSION= 1.030 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/webadmin/ \ - http://www.webmin.com/updates/ - +MASTER_SITES= http://www.webmin.com/updates/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= webadmin DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WEBMIN_MODULES} ${WEBMIN_THEMES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |