Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 613 Bytes

Build Status

Usage:

Overlay:

  • Put this line in /etc/make.conf:
OVERLAYS+=/path/to/freebsd-ports-libreoffice
  • Build freebsd-ports-libreoffice/editors/libreoffice and other i18n ports if needed.

Old method:

  • Edit sync-out.sh:
SVN_WC=~/freebsd-ports            # path of ports directory (ex: `/usr/ports`)
LO_WC=~/freebsd-ports-libreoffice # path of this repository
  • Run sync-out.sh
  • Build editors/libreoffice and other i18n ports if needed.