svn commit: r476165 - head/x11-wm/dwm

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Aug 1 08:26:28 UTC 2018


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
 


More information about the svn-ports-all mailing list