diff options
author | joerg <joerg> | 2010-01-29 20:15:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 20:15:46 +0000 |
commit | 3105ded175a6c1a29094ce9c30c1540a32a3918e (patch) | |
tree | 0f6d4aa1c071ab8f4b5497c511d60872127c56ed /games/chest | |
parent | 468accb8a559ef28482fe9303034d2e14ee3e050 (diff) | |
download | pkgsrc-3105ded175a6c1a29094ce9c30c1540a32a3918e.tar.gz |
DESTDIR support
Diffstat (limited to 'games/chest')
-rw-r--r-- | games/chest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/chest/Makefile b/games/chest/Makefile index 2377b8f5070..4b08d22bd2f 100644 --- a/games/chest/Makefile +++ b/games/chest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 17:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/29 20:22:27 joerg Exp $ # DISTNAME= chest-3.19 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.drb.insel.de/~heiner/Chess/chest.html COMMENT= Chess problem solver +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_FILE= Templates/Makefile.simple DIST_SUBDIR= ${PKGNAME_NOREV} |