diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_sqlinclude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_sqlinclude/Makefile b/www/mod_sqlinclude/Makefile index f88d84564076..ad300d4c54c0 100644 --- a/www/mod_sqlinclude/Makefile +++ b/www/mod_sqlinclude/Makefile @@ -7,8 +7,8 @@ PORTNAME= mod_sqlinclude PORTVERSION= 1.2 CATEGORIES= www -MASTER_SITES= http://wfmh.org.pl/~carlos/files/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz |