Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 08:26:27 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476165 - head/x11-wm/dwm
Message-ID:  <201808010826.w718QRf7002850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Aug  1 08:26:27 2018
New Revision: 476165
URL: https://svnweb.freebsd.org/changeset/ports/476165

Log:
  x11-wm/dwm: Fix a typo in an option's description
  
  Reviewed by:	mat (mentor)
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16539

Modified:
  head/x11-wm/dwm/Makefile

Modified: head/x11-wm/dwm/Makefile
==============================================================================
--- head/x11-wm/dwm/Makefile	Wed Aug  1 08:03:51 2018	(r476164)
+++ head/x11-wm/dwm/Makefile	Wed Aug  1 08:26:27 2018	(r476165)
@@ -28,7 +28,7 @@ PORTDOCS=	README
 OPTIONS_DEFINE=	DMENUANDSTERM DOCS SUPERASMODKEY VOLUMECONTROL XINERAMA
 OPTIONS_DEFAULT=DMENUANDSTERM XINERAMA
 
-DMENUANDSTERM_DESC=	Install x11/dmenu and x11/st as runtime dependencies
+DMENUANDSTERM_DESC=	Install x11/dmenu and x11/sterm as runtime dependencies
 SUPERASMODKEY_DESC=	Use Super instead of Alt for the dwm mod key
 VOLUMECONTROL_DESC=	Use keys on keyboard to raise or lower volume
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808010826.w718QRf7002850>