summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-10 06:32:38 +0000
committerrillig <rillig@pkgsrc.org>2005-11-10 06:32:38 +0000
commitb91cf07887b712044a2fc987ba163ad39efc07fd (patch)
tree1e307d56f3a028194c62355baf5baad1ad350057 /games
parentbd47258e501c51c28a2a58c0106e5f1d306884cd (diff)
downloadpkgsrc-b91cf07887b712044a2fc987ba163ad39efc07fd.tar.gz
Fixed pkglint warning:
WARN: colchess/Makefile:13: PKGNAME should not be used in DIST_SUBDIR.
Diffstat (limited to 'games')
-rw-r--r--games/colchess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/colchess/Makefile b/games/colchess/Makefile
index e3a38c94072..a3fd4ccc26c 100644
--- a/games/colchess/Makefile
+++ b/games/colchess/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:22 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/10 06:32:38 rillig Exp $
DISTNAME= colchess
PKGNAME= ${DISTNAME}-7.0
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ast.cam.ac.uk/~cmf/chess/colchess/
COMMENT= Chess analysis engine
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
MAKE_ENV+= PREFIX="${PREFIX}"
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ColChess