diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-11-19 18:57:34 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-11-19 18:57:34 +0000 |
commit | 15e2f0a8a8eb284f5afb6e159da7f819325e9245 (patch) | |
tree | c646fafa10df94dec9edc592cc583df1c445c3c7 /lang/erlang-doc/Makefile | |
parent | e7b6d2f7523f6138ec9b677c968d54dc32faadcc (diff) |
Notes
Diffstat (limited to 'lang/erlang-doc/Makefile')
-rw-r--r-- | lang/erlang-doc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile index 71e314ca67e8..624ca3d6f93d 100644 --- a/lang/erlang-doc/Makefile +++ b/lang/erlang-doc/Makefile @@ -7,12 +7,13 @@ PORTNAME= erlang-doc PORTVERSION= r9c -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://www.erlang.org/doc/r9c/pdf/ \ http://erlang.org/download/ \ - http://www.erlang.se/doc/ + http://www.erlang.se/doc/ \ + http://www.sics.se/~joe/thesis/ DISTFILES= appmon-2.1.2.pdf \ asn1-1.4.2.pdf \ compiler-4.2.pdf \ @@ -67,8 +68,8 @@ DISTFILES= appmon-2.1.2.pdf \ webtool-0.8.1.pdf \ course.pdf \ erlang-book-part1.pdf \ - programming_rules.pdf - + programming_rules.pdf \ + armstrong_thesis_2003.pdf DIST_SUBDIR= erlang EXTRACT_ONLY= |