summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-11-13 01:35:55 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-11-13 01:35:55 +0000
commitd633e9749854436c4b0f36b1078a9d6c26a3736b (patch)
tree4b3c824ea0c1e816c2b7446bef7237d63fb07e98 /plan9
parentd113e9195a7690fb171a84dcf76564ea77958c29 (diff)
downloadpkgsrc-d633e9749854436c4b0f36b1078a9d6c26a3736b.tar.gz
pkglint: move NOT_FOR_ARCHS where it belongs.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile
index e60c75cf694..de8a4326820 100644
--- a/plan9/9term/Makefile
+++ b/plan9/9term/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1998/09/22 06:11:39 garbled Exp $
+# $NetBSD: Makefile,v 1.16 1998/11/13 01:41:16 frueauf Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
@@ -7,8 +7,6 @@ PKGNAME= 9term-1.6.3
CATEGORIES= plan9
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
-NOT_FOR_ARCHS= alpha #LP64 Problems
-
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html
@@ -22,6 +20,8 @@ BUILD_ROOT= ${PKGSRCDIR}
.endif
BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam
+NOT_FOR_ARCHS= alpha #LP64 Problems
+
MANCOMPRESSED= yes
NO_WRKSUBDIR= yes
MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${BUILD_ROOT}