summaryrefslogtreecommitdiff
path: root/devel/ncurses/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ncurses/Makefile.common')
-rw-r--r--devel/ncurses/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/ncurses/Makefile.common b/devel/ncurses/Makefile.common
index 32be9c9b63a..cbdd4cde898 100644
--- a/devel/ncurses/Makefile.common
+++ b/devel/ncurses/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.14 2010/11/13 21:08:56 shattered Exp $
+# $NetBSD: Makefile.common,v 1.15 2011/02/28 11:02:46 adam Exp $
#
# used by devel/ncursesw/Makefile
DISTNAME= ncurses-${NC_VERS}
-NC_VERS= 5.7
+NC_VERS= 5.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \
ftp://dickey.his.com/ncurses/ \
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://invisible-island.net/ncurses/ncurses.html
+LICENSE= mit
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -56,4 +57,4 @@ TERMINFODIR= share/terminfo
# This prevents tic from writing into ~/.terminfo
INSTALLATION_DIRS+= ${TERMINFODIR}
-PLIST_SUBST+= TERMINFODIR=${TERMINFODIR:Q}
+PLIST_SUBST+= TERMINFODIR=${TERMINFODIR}