summaryrefslogtreecommitdiff
path: root/devel/ncursesw
diff options
context:
space:
mode:
authortron <tron>2010-06-21 14:49:00 +0000
committertron <tron>2010-06-21 14:49:00 +0000
commit24361fb376da720c5f8602eb1a3ad3890846f710 (patch)
tree21daa4e5c5bd61a754bfd0530da82aaa8c849fa4 /devel/ncursesw
parent58f04770b2554ba63d2516149c966c13583065cf (diff)
downloadpkgsrc-24361fb376da720c5f8602eb1a3ad3890846f710.tar.gz
Determine the installed terminfo database files dynammically. This deals
not only with the different directory structure under Mac OS X (due to the case-insensitive file-system) but also with the files which don't get installed under Solaris. Bump the package revision of the "ncurses" package as the binary package changed under Mac OS X. This fixes PR pkg/43446 by Edgar Fuss.
Diffstat (limited to 'devel/ncursesw')
-rw-r--r--devel/ncursesw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ncursesw/Makefile b/devel/ncursesw/Makefile
index 2febf59568d..a9e83f69b1e 100644
--- a/devel/ncursesw/Makefile
+++ b/devel/ncursesw/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2010/01/11 10:38:16 tron Exp $
+# $NetBSD: Makefile,v 1.7 2010/06/21 14:49:00 tron Exp $
.include "../../devel/ncurses/Makefile.common"
PKGNAME= ${DISTNAME:S/ncurses/ncursesw/}
+PKGREVISION= 3
COMMENT= Wide character CRT screen handling and optimization package
PATCHDIR= ${.CURDIR}/../../devel/ncurses/patches