diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-09-29 18:57:54 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-09-29 18:57:54 +0800 |
commit | 12a916020711b6dbdd6adff182c40cd608280c7f (patch) | |
tree | ba663879c9063a9a8b669bf32c3e4133b7e94e48 | |
parent | ab329d95bf24f0800d630af88faca74f319b1893 (diff) | |
download | freebsd-ports-graphics-12a916020711b6dbdd6adff182c40cd608280c7f.tar.gz freebsd-ports-graphics-12a916020711b6dbdd6adff182c40cd608280c7f.tar.zst freebsd-ports-graphics-12a916020711b6dbdd6adff182c40cd608280c7f.zip |
Fix fetching of doc file from MASTER_SITE_LOCAL.
Noticed by: pointyhat (erwin)
-rw-r--r-- | lang/erlang/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index ed279d02606..91168485afc 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://www.erlang.se/doc/:erlangse \ http://www.erlang.se/publications/:publications \ http://www.sics.se/~joe/thesis/:joe \ - ${MASTER_SITE_LOCAL:S/$/:local/} + ${MASTER_SITE_LOCAL:S/$/:local/:S,%SUBDIR%/,olgeni/,} DISTNAME= otp_src_R14B DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg \ ${ERLANG_MAN}:erlangorg \ diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index ed279d02606..91168485afc 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://www.erlang.se/doc/:erlangse \ http://www.erlang.se/publications/:publications \ http://www.sics.se/~joe/thesis/:joe \ - ${MASTER_SITE_LOCAL:S/$/:local/} + ${MASTER_SITE_LOCAL:S/$/:local/:S,%SUBDIR%/,olgeni/,} DISTNAME= otp_src_R14B DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg \ ${ERLANG_MAN}:erlangorg \ |