summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/dist.mk
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 19:42:51 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 19:42:51 +0000
commitbbe305618552d3fccdaa90b19cb2847c6d44cfbf (patch)
tree91a3f3ec93c8c476cbd12ad790a9ed6ab430d4e3 /contrib/ncurses/dist.mk
parent61222aa52325dde5190df15facb64dd65503cd69 (diff)
downloadFreeBSD-src-bbe305618552d3fccdaa90b19cb2847c6d44cfbf.zip
FreeBSD-src-bbe305618552d3fccdaa90b19cb2847c6d44cfbf.tar.gz
Import ncurses 5.2-20020615 to fix a first-column display bug.
Diffstat (limited to 'contrib/ncurses/dist.mk')
-rw-r--r--contrib/ncurses/dist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/dist.mk b/contrib/ncurses/dist.mk
index b432b41..9d7a905 100644
--- a/contrib/ncurses/dist.mk
+++ b/contrib/ncurses/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.303 2002/05/18 19:18:04 tom Exp $
+# $Id: dist.mk,v 1.306 2002/06/15 17:13:40 tom Exp $
# Makefile for creating ncurses distributions.
#
# This only needs to be used directly as a makefile by developers, but
@@ -10,7 +10,7 @@ SHELL = /bin/sh
# These define the major/minor/patch versions of ncurses.
NCURSES_MAJOR = 5
NCURSES_MINOR = 2
-NCURSES_PATCH = 20020518
+NCURSES_PATCH = 20020615
# We don't append the patch to the version, since this only applies to releases
VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
OpenPOWER on IntegriCloud