]> code.delx.au - spectrwm/commit
Fixes to the FreeBSD Makefile.
authorNiclas Zeising <zeising@daemonic.se>
Mon, 23 Jan 2012 11:59:47 +0000 (12:59 +0100)
committerLawrence Teo <lteo@lteo.net>
Tue, 24 Jan 2012 02:00:56 +0000 (21:00 -0500)
commit4b0b728c4d2984c36d37339512e7695e7c791778
treefc888689a9d7e635ec36d07533b86568823d3580
parent8ae086989f3c71ef8fd3cf43dc0fda8c09e76493
Fixes to the FreeBSD Makefile.

- Remove X11BASE and replace it with LOCALBASE, since the former is
  deprecated.

- Silently ignore if included files are not found. This way we do not
  depend on the FreeBSD ports tree being installed.

- Add definitions for LOCALBASE and PREFIX in case they are not given
  from the included files.

- Change MANDIR to ${PREFIX}/man instead of ${PREFIX}/share/man, to
  better match reality.

ok marco
freebsd/Makefile