summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-j2sdk1.3.1-font-fontpath.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]Greg Lewis2006-12-081-0/+13
. Replace one hardwired /usr/local instance with LOCALBASE. This wasn't a problem since the port Makefile overrode that variable anyway. . Small Makefile restructure to keep related variables in one place. Pointed out by: pointyhat (via kris) [1] Notes: svn path=/head/; revision=179192