aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/Makefile
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-24 08:50:16 -0400
committerGitHub <noreply@github.com>2016-06-24 08:50:16 -0400
commitb34a4dc88a3b9d80dbd77bf97de57047f7a8efc0 (patch)
treea533d90e99f044844b905e2b0a32a576b3bae5a7 /port-files/FreeBSD/Makefile
parentCleaning up the lumina FreeBSD makefile. (diff)
parentadding logo file (diff)
downloadlumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.tar.gz
lumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.tar.bz2
lumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.zip
Merge pull request #234 from q5sys/master
Add keyboard shortcut for showing/hiding hidden files and PCBSD/TrueOS changeover edits
Diffstat (limited to 'port-files/FreeBSD/Makefile')
-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