diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/xlife/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/xlife/Makefile')
-rw-r--r-- | math/xlife/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 9d248898016..f23d2f817c6 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/12/05 10:57:46 abs Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:46 jmmv Exp $ # DISTNAME= xlife-5.0 PKGNAME= ${DISTNAME}nb1 +WRKSRC= ${WRKDIR} CATEGORIES= math games MASTER_SITES= http://www.tuxedo.org/~esr/ @@ -11,7 +12,6 @@ HOMEPAGE= http://www.tuxedo.org/~esr/software.html COMMENT= John Horton Conway's "Game of Life" USE_IMAKE= yes -WRKSRC= ${WRKDIR} INSTALL_TARGET= install |