Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2017 12:53:06 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449031 - head/sysutils/screen
Message-ID:  <201708311253.v7VCr6lY021476@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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=
 



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