summaryrefslogtreecommitdiff
path: root/devel/ncurses
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /devel/ncurses
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'devel/ncurses')
-rw-r--r--devel/ncurses/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 0406fd36c80..15056a52751 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.17 1998/09/22 06:11:36 garbled Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:38 tv Exp $
-DISTNAME= ncurses-1.9.9g
-CATEGORIES= devel
+DISTNAME= ncurses-1.9.9g
+CATEGORIES= devel
# XXX this should be moved to ftp.netcom.com:/pub/zm/zmbenhal/ncurses/
# XXX once upgraded to the latest version - hubertf
-MASTER_SITES= ftp://ftp.fu-berlin.de/unix/gnu/ncurses/
+MASTER_SITES= ftp://ftp.fu-berlin.de/unix/gnu/ncurses/
-MAINTAINER= hubertf@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/ncurses/ncurses.html
-NOT_FOR_ARCHS= alpha # needs to be libtooled
+NOT_FOR_PLATFORM= *-*-alpha # needs to be libtooled
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-normal --with-shared --enable-bsdpad
-WRKSRC= ${WRKDIR}/ncurses_1.9.9g
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-normal --with-shared --enable-bsdpad
+WRKSRC= ${WRKDIR}/ncurses_1.9.9g
post-patch:
( cd ${WRKSRC}/man ; ${RM} -f tput.1 tset.1 clear.1 )