diff options
-rw-r--r-- | www/twiki-GluePlugin/Makefile | 2 | ||||
-rw-r--r-- | www/twiki-NewUserPlugin/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/twiki-GluePlugin/Makefile b/www/twiki-GluePlugin/Makefile index 284bda67401e..a5fc6420dd8d 100644 --- a/www/twiki-GluePlugin/Makefile +++ b/www/twiki-GluePlugin/Makefile @@ -7,6 +7,8 @@ PORTNAME= GluePlugin SVNREV= 15708 +MASTER_SITES= http://protey.ru/freebsd/distfiles/ \ + ${MASTER_SITE_LOCAL:S!$!skv/!} MAINTAINER= skv@FreeBSD.org COMMENT= Allow to format tags and arguments on multiple lines diff --git a/www/twiki-NewUserPlugin/Makefile b/www/twiki-NewUserPlugin/Makefile index 4b82ccf16b28..db21a1213bee 100644 --- a/www/twiki-NewUserPlugin/Makefile +++ b/www/twiki-NewUserPlugin/Makefile @@ -7,6 +7,8 @@ PORTNAME= NewUserPlugin SVNREV= 17515 +MASTER_SITES= http://protey.ru/freebsd/distfiles/ \ + ${MASTER_SITE_LOCAL:S!$!skv/!} MAINTAINER= skv@FreeBSD.org COMMENT= Create user's topic for externally authenticated users |