Bug 80271 - [maintainer] databases/mysql-connector-java: Use $JAVAJARDIR and $JAVALIBDIR correctly
Summary: [maintainer] databases/mysql-connector-java: Use $JAVAJARDIR and $JAVALIBDIR ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-23 07:20 UTC by Matthew Seaman
Modified: 2005-04-23 11:52 UTC (History)
0 users

See Also:


Attachments
mysql-connector-java.diff (1.26 KB, patch)
2005-04-23 07:20 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2005-04-23 07:20:12 UTC
The Porter's Handbook says:

    Table 6-7. Constants defined for ports that use Java
    Constant 	Value
    JAVASHAREDIR 	The base directory for everything related to Java. Default: ${PREFIX}/share/java.
    JAVAJARDIR 	The directory where JAR files should be installed. Default: ${JAVASHAREDIR}/classes.
    JAVALIBDIR 	The directory where JAR files installed by other ports are located. Default: ${LOCALBASE}/share/java/classes.
    
and I now realise that in various places where I've been using
JAVAJARDIR, I should really have been using JAVALIBDIR

(Second PR on the same port tonight.  Sorry about that)
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2005-04-23 11:46:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this.
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2005-04-23 11:52:08 UTC
State Changed
From-To: open->closed

Patch commited. 

Thanks for your contribution!