diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 9cfb253024f3357da012dccd3507016d3dbd7909 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/oneko | |
parent | 61769bf56e2f71617516434864edec5b0165f3d4 (diff) | |
download | pkgsrc-9cfb253024f3357da012dccd3507016d3dbd7909.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/oneko')
-rw-r--r-- | x11/oneko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/oneko/Makefile b/x11/oneko/Makefile index 8336de17b3b..36fb8f77645 100644 --- a/x11/oneko/Makefile +++ b/x11/oneko/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:43:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:26 agc Exp $ DISTNAME= oneko-1.1b PKGNAME= oneko-1.2 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/oneko CATEGORIES= x11 games MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} @@ -14,6 +13,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= johnam@mail.kemper.org COMMENT= Like xneko except on the desktop and with other animals +WRKSRC= ${WRKDIR}/oneko USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |