diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 20:15:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 20:15:46 +0000 |
commit | 0d55d35f206a81d7e34a2118c8f92a41449c530e (patch) | |
tree | 0f6d4aa1c071ab8f4b5497c511d60872127c56ed /games/chest | |
parent | 5edc5852be79f510d70dd1f35d72a14938d85fa1 (diff) | |
download | pkgsrc-0d55d35f206a81d7e34a2118c8f92a41449c530e.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} |