Bug 51418 - Port antlr should install JAR file in ${PREFIX}/java/classes/
Summary: Port antlr should install JAR file in ${PREFIX}/java/classes/
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-25 17:00 UTC by Ernst de Haan
Modified: 2003-05-07 03:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ernst de Haan freebsd_committer freebsd_triage 2003-04-25 17:00:29 UTC
The devel/antlr should install the antlr.jar file in ${PREFIX}/java/classes/.
That is the default location for all installed JAR files. In that location Ant
will look for JAR files, too.

How-To-Repeat: # cd /usr/ports/devel/antlr
# make install
# ls /usr/local/share/java/classes
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-05-07 03:27:18 UTC
State Changed
From-To: open->closed

superseded by pr/51905