aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2016-06-23 18:11:36 -0400
committerq5sys <jt@obs-sec.com>2016-06-23 18:11:36 -0400
commit75303d3d2c6db7640bbbb4be283d578aef35e9a7 (patch)
treed85be80de76a5267e63c200126b957e6b3d191a0 /port-files
parentAdd keyboard shortcut for showing/hiding hidden files (diff)
downloadlumina-75303d3d2c6db7640bbbb4be283d578aef35e9a7.tar.gz
lumina-75303d3d2c6db7640bbbb4be283d578aef35e9a7.tar.bz2
lumina-75303d3d2c6db7640bbbb4be283d578aef35e9a7.zip
Change references to PC-BSD to TrueOS
Diffstat (limited to 'port-files')
-rw-r--r--port-files/FreeBSD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 5ae992a6..34004c0b 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -27,7 +27,7 @@ CONFLICTS= lumina-devel-0*
OPTIONS_DEFINE= MULTIMEDIA PCBSD
OPTIONS_DEFAULT= MULTIMEDIA
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
-PCBSD_DESC= Use the PC-BSD system interface settings.
+PCBSD_DESC= Use the TrueOS system interface settings.
.include <bsd.port.options.mk>
bgstack15