diff options
Diffstat (limited to 'games/gnuchess4/Makefile')
-rw-r--r-- | games/gnuchess4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index 553e4c92fa2..c28e21554a4 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:49:49 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:40 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp # DISTNAME= gnuchess-4.0.pl80 PKGNAME= gnuchess4-4.0.80 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -16,6 +15,7 @@ CONFLICTS= gnuchess-4.* NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL +WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes post-install: |