summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commit230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /plan9
parent554432156f0747cbde8c8da5f610d76f8a1a081a (diff)
downloadpkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.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/Makefile24
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"