diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /plan9 | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-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 'plan9')
-rw-r--r-- | plan9/9term/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
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" |