mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
383 B
XML
11 lines
383 B
XML
--- ant/site.xml.orig 2009-06-08 00:50:15 UTC
|
|
+++ ant/site.xml
|
|
@@ -65,7 +65,7 @@
|
|
<javadoc
|
|
destdir="${itext.docs}"
|
|
author="true" maxmemory="128m"
|
|
- private="true">
|
|
+ private="true" encoding="utf-8">
|
|
<packageset dir="${itext.src}/core" defaultexcludes="yes">
|
|
<include name="com/lowagie/**" />
|
|
</packageset>
|