diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-09-29 10:57:54 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-09-29 10:57:54 +0000 |
commit | 20fb377fdc8c25a5b29efb4038240c13da021746 (patch) | |
tree | d3d0f0266a4e68a6b93b7233c75d374a24ea6efa /lang/erlang14/Makefile | |
parent | fdf509c7b531682d4dabe6530fd23d1eb66a1514 (diff) |
Fix fetching of doc file from MASTER_SITE_LOCAL.
Noticed by: pointyhat (erwin)
Notes
Notes:
svn path=/head/; revision=262092
Diffstat (limited to 'lang/erlang14/Makefile')
-rw-r--r-- | lang/erlang14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index ed279d026063..91168485afcc 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 \ |