New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79703


Ignore:
Timestamp:
06/23/11 13:42:38 (4 years ago)
Author:
blair@…
Message:

jgoodies-looks: save the jar as jgoodies-looks.jar, not looks.jar,
since there is a jgoodies-common.jar, and I wasn't going to name that
jar common.jar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/java/jgoodies-looks/Portfile

    r67686 r79703  
    44name                    jgoodies-looks 
    55version                 2.3.0 
     6revision                1 
    67categories              java 
    78platforms               darwin 
     
    3738        xinstall -d -m 755 ${docdir} 
    3839 
    39         file copy ${worksrcpath}/looks-${version}.jar ${javadir}/looks.jar 
     40        file copy ${worksrcpath}/looks-${version}.jar ${javadir}/${name}.jar 
    4041        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt demo docs} { 
    4142                file copy ${worksrcpath}/${f} ${docdir}/ 
Note: See TracChangeset for help on using the changeset viewer.