From dc52048e014fdad9bb69ef9db159835a61c8dd4d 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. --- games/falcons-eye/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/falcons-eye') diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile index 0d46c3d949f..f3aee378069 100644 --- a/games/falcons-eye/Makefile +++ b/games/falcons-eye/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/12/24 09:53:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:15:40 agc Exp $ # DISTNAME= nethack_source_331_jtp_193 PKGNAME= falcons-eye-1.9.3 PKGREVISION= 3 -WRKSRC= ${WRKDIR} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=falconseye/} EXTRACT_SUFX= .zip @@ -17,6 +16,7 @@ EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_X11= yes -- cgit v1.2.3