diff options
author | rillig <rillig> | 2005-11-10 06:32:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-10 06:32:38 +0000 |
commit | cfebc59ab10413ece0ab7f57a93864fac9d0817f (patch) | |
tree | 1e307d56f3a028194c62355baf5baad1ad350057 /games | |
parent | 635962ecdf6565a7c96c221c098ff1b3d0a53c9d (diff) | |
download | pkgsrc-cfebc59ab10413ece0ab7f57a93864fac9d0817f.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/Makefile | 4 |
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 |