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/quake3arena | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 253c6729806..c33d1f55b26 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/01/04 18:53:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:15:41 agc Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 PKGNAME= quake3arena-1.32b -WRKSRC= ${WRKDIR} CATEGORIES= games x11 MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ ftp://mirrors.xmission.com/idsoftware/quake3/linux/ @@ -39,6 +38,7 @@ ONLY_FOR_PLATFORM=*-*-i386 DISTBINNAME= quake3.x86 BINNAME= quake3arena +WRKSRC= ${WRKDIR} LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames |