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/xbat | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/xbat')
-rw-r--r-- | games/xbat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile index a208cffd942..38e44256653 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:39:28 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:41 agc Exp $ # FreeBSD Id: ports/games/xbat/Makefile,v 1.5 1999/08/25 06:04:41 obrien Exp DISTNAME= xev111 PKGNAME= xbat-1.11 -WRKSRC= ${WRKDIR}/Xev111 CATEGORIES= games MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ @@ -17,6 +16,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +WRKSRC= ${WRKDIR}/Xev111 USE_IMAKE= yes ALL_TARGET= xbat |