svn commit: r449031 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Thu Aug 31 12:53:07 UTC 2017


Author: cy
Date: Thu Aug 31 12:53:06 2017
New Revision: 449031
URL: https://svnweb.freebsd.org/changeset/ports/449031

Log:
  Fix typo. Ports s/b port.
  
  Reported by:	Randy Bush <randy at psg.com>
  Pointy hat to:	cy

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Thu Aug 31 12:47:13 2017	(r449030)
+++ head/sysutils/screen/Makefile	Thu Aug 31 12:53:06 2017	(r449031)
@@ -25,7 +25,7 @@ OPTIONS_DEFAULT=	INFO MAN NETHACK XTERM_256 SOCKETS SY
 			NCURSES_DEFAULT
 OPTIONS_SINGLE=		IPC NCURSES
 OPTIONS_SINGLE_IPC=	SOCKETS NAMED_PIPES
-OPTIONS_SINGLE_NCURSES=	NCURSES_DEFAULT NCURSES_BASE NCURSES_PORTS
+OPTIONS_SINGLE_NCURSES=	NCURSES_DEFAULT NCURSES_BASE NCURSES_PORT
 INFO_DESC=		Build and install info documentation
 MAN_DESC=		Build and install man pages
 NETHACK_DESC=		Enable nethack-style messages
@@ -36,11 +36,11 @@ NAMED_PIPES_DESC=	Use legacy (4.0.3) named pipes for I
 SYSTEM_SCREENRC_DESC=	Install system screenrc with helpful status line
 NCURSES_DEFAULT_DESC=	Depend on ncurses (ports if installed, otherwise base)
 NCURSES_BASE_DESC=	Depend on ncurses in base
-NCURSES_PORTS_DESC=	Depend on devel/ncurses in ports
+NCURSES_PORT_DESC=	Depend on devel/ncurses in ports
 
 NCURSES_DEFAULT_USES=	ncurses
 NCURSES_BASE_USES=	ncurses:base
-NCURSES_PORTS_USES=	ncurses:ports
+NCURSES_PORT_USES=	ncurses:port
 
 OPTIONS_SUB=
 


More information about the svn-ports-all mailing list