diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-01-09 20:18:43 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-01-09 20:18:43 +0000 |
commit | d1cf3d33b4b52cd9bc454884afaf2fa909f76e7f (patch) | |
tree | 5172446a253721eca9bc009cd6625b7716c975d1 /www | |
parent | dbd1c17a63d138c28477e07f5ed74e5297eccae5 (diff) | |
download | ports-d1cf3d33b4b52cd9bc454884afaf2fa909f76e7f.tar.gz ports-d1cf3d33b4b52cd9bc454884afaf2fa909f76e7f.zip |
Notes
Diffstat (limited to 'www')
-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 |