diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/falcons-eye | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/falcons-eye')
-rw-r--r-- | games/falcons-eye/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |