diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
commit | 1515c6a2074bad34ae1483f1e57dd1e761ab8641 (patch) | |
tree | 2fad22fa9a1f3f043f3856cb7b8ae5c5ff32dd43 /www/apache-jserv/files/patch-af | |
parent | Update to version 1.2.4 and add WWW: to pkg/DESCR. (diff) |
Portlint, deinstall cleanly, and put the .jar files where they belong.
PR: 17835
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/apache-jserv/files/patch-af')
-rw-r--r-- | www/apache-jserv/files/patch-af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache-jserv/files/patch-af b/www/apache-jserv/files/patch-af index 6e055125da78..69c4bf4f09c9 100644 --- a/www/apache-jserv/files/patch-af +++ b/www/apache-jserv/files/patch-af @@ -16,7 +16,7 @@ + i += size; + } + stream.close(); -+ return new ByteArrayInputStream(data);; ++ return new ByteArrayInputStream(data); } else { return null; } |