From 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:28:26 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- x11/9term/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/9term/Makefile') diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 0a24c02c5ec..51b245c7c1b 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:56:19 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:28:26 agc 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 -WRKSRC= ${WRKDIR} CATEGORIES= plan9 x11 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ @@ -16,6 +15,7 @@ BUILDLINK_DEPMETHOD.sam= full NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_X11= yes -- cgit v1.2.3