most recent changes, diff for unicodeconverter-java
Index: java/unicodeconverter-java/Portfile
--- java/unicodeconverter-java/Portfile (revision 32255)
+++ java/unicodeconverter-java/Portfile (revision 32256)
@@ -38,12 +38,12 @@
build {}
destroot {
- xinstall -m 755 -d ${destroot}/${prefix}/share/java \
- ${destroot}/${prefix}/share/doc/${name}
- xinstall -m 755 -W ${worksrcpath} Uni ${destroot}/${prefix}/bin
- xinstall -m 644 -W ${worksrcpath} Uni.jar ${destroot}/${prefix}/share/java
+ xinstall -m 755 -d ${destroot}${prefix}/share/java \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 755 -W ${worksrcpath} Uni ${destroot}${prefix}/bin
+ xinstall -m 644 -W ${worksrcpath} Uni.jar ${destroot}${prefix}/share/java
xinstall -m 644 -W ${worksrcpath} readme.html versionchanges.html \
- ${destroot}/${prefix}/share/doc/${name}
+ ${destroot}${prefix}/share/doc/${name}
# Build a nice .app
if {[variant_isset darwin]} {
set ucAppPath ${destroot}/Applications/MacPorts/UnicodeConverter.app