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 | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/maelstrom-x11/Makefile | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/maelstrom-x11/Makefile')
-rw-r--r-- | games/maelstrom-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile index b041d137aeb..c37b1e2bab8 100644 --- a/games/maelstrom-x11/Makefile +++ b/games/maelstrom-x11/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/06/07 14:47:18 cjep Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:41 agc Exp $ DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz PKGNAME= maelstrom-x11-2.0.6 -WRKSRC= ${WRKDIR}/Maelstrom CATEGORIES= games x11 MASTER_SITES+= ftp://ftp.devolution.com/pub/maelstrom/ MASTER_SITES+= ftp://ftp.devolution.com/pub/maelstrom/Maelstrom-binaries/ @@ -21,6 +20,7 @@ CONFLICTS= maelstrom-[0-9]* maelstrom-sdl-[0-9]* EXTRACT_ONLY= ${DISTNAME} +WRKSRC= ${WRKDIR}/Maelstrom USE_BUILDLINK2= YES USE_X11BASE= YES MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} XPMDIR=${BUILDLINK_PREFIX.xpm} |