diff options
Diffstat (limited to 'x11/oneko/Makefile')
-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" |