diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 19:30:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 19:30:10 +0000 |
commit | b323fc0e92e271b155f4caad51ecb4ecf4c14b2a (patch) | |
tree | 7763b2a2a46aeff1439e762abfec539eb8742d26 /games/xpat2/Makefile | |
parent | 05824bcfb2945ee98db427e88f552de3c662f940 (diff) | |
download | pkgsrc-b323fc0e92e271b155f4caad51ecb4ecf4c14b2a.tar.gz |
DESTDIR support
Diffstat (limited to 'games/xpat2/Makefile')
-rw-r--r-- | games/xpat2/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 7852ed773f0..d05394c831e 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/04/17 08:21:18 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2010/02/19 19:30:10 joerg Exp $ DISTNAME= xpat2-1.07 PKGREVISION= 3 @@ -11,17 +11,18 @@ COMMENT= X11 solitaire game with 14 variations MAKE_JOBS_SAFE= no PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= imake +USE_TOOLS+= imake pax MAKE_ENV+= XPMDIR=${BUILDLINK_PREFIX.libXpm:Q} XMKMF=${XMKMF_CMD:Q} +SETGIDGAME= yes + CONF_FILES_PERMS= /dev/null /var/games/xpat.log ${GAMEOWN} ${GAMEGRP} ${GAMEMODE} MAKE_DIRS= /var/games -post-install: - ${CHOWN} ${GAMEOWN}.${GAMEGRP} ${PREFIX}/bin/xpat2 - ${CHMOD} ${GAMEMODE} ${PREFIX}/bin/xpat2 +SPECIAL_PERMS+= bin/xpat2 ${SETGID_GAMES_PERMS} .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" |