diff --git a/java/apache-commons-httpclient/Makefile b/java/apache-commons-httpclient/Makefile index fcb964cfcfbd..4ca6b44aef3f 100644 --- a/java/apache-commons-httpclient/Makefile +++ b/java/apache-commons-httpclient/Makefile @@ -32,11 +32,6 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * -post-patch: - @${REINPLACE_CMD} 's/Ortwin Gl.*ck/Ortwin Glueck/' \ - ${WRKSRC}/src/java/org/apache/commons/httpclient/*.java \ - ${WRKSRC}/src/java/org/apache/commons/httpclient/*/*.java - do-install: @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/ diff --git a/java/apache-commons-httpclient/files/patch-build.xml b/java/apache-commons-httpclient/files/patch-build.xml index 98ba3dfbfef7..c1458323a02f 100644 --- a/java/apache-commons-httpclient/files/patch-build.xml +++ b/java/apache-commons-httpclient/files/patch-build.xml @@ -1,12 +1,23 @@ ---- build.xml.orig 2007-10-28 09:00:18.000000000 +0100 -+++ build.xml 2007-10-28 09:00:37.000000000 +0100 -@@ -184,13 +184,13 @@ +--- build.xml.orig 2007-08-18 09:02:14 UTC ++++ build.xml +@@ -179,24 +179,33 @@ --> + description="Compile shareable components"> + - @@ -16,3 +27,20 @@ + +@@ -248,6 +257,7 @@ --> + doctitle ="<h1>${component.title}</h1>" + windowtitle ="${component.title} (Version ${component.version})" + bottom ="Copyright (c) 1999-2005 - Apache Software Foundation" ++ encoding ="ISO-8859-1" + > + +