From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- editors/gice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/gice') diff --git a/editors/gice/Makefile b/editors/gice/Makefile index 2ea4a21d3ec..7103b7decdd 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:39 reed Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:14:05 agc Exp $ # DISTNAME= gice-0.6.1 PKGREVISION= 5 -WRKSRC= ${WRKDIR}/gice CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gice/} EXTRACT_SUFX= .tgz @@ -12,6 +11,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://gice.sourceforge.net/ COMMENT= Powerful C text editor with advanced features +WRKSRC= ${WRKDIR}/gice USE_X11= YES USE_GMAKE= YES USE_BUILDLINK2= YES -- cgit v1.2.3