From 230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- plan9/9term/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plan9') diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile index 06a58208c74..d788159364d 100644 --- a/plan9/9term/Makefile +++ b/plan9/9term/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.17 1999/03/22 09:38:26 agc Exp $ +# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:47 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # -DISTNAME= 9term.1.6.3 -PKGNAME= 9term-1.6.3 -CATEGORIES= plan9 -MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +DISTNAME= 9term.1.6.3 +PKGNAME= 9term-1.6.3 +CATEGORIES= plan9 +MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html # needs library and private header, but not during runtime -BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam +BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam -NOT_FOR_ARCHS= alpha #LP64 Problems +NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems -MANCOMPRESSED= yes -NO_WRKSUBDIR= yes -MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT} +MANCOMPRESSED= yes +NO_WRKSUBDIR= yes +MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3