diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-06 04:03:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-06 04:03:01 +0000 |
commit | 1b45e04b237474efe64a82ea2ef2e2aa03d9cfa8 (patch) | |
tree | c31c6a6f3ce7064679ab4d4dd5f41ff77720d9ff /games/xmris/Makefile | |
parent | 219833889aee91878ed79abf1da9bc3d321eb4f8 (diff) | |
download | pkgsrc-1b45e04b237474efe64a82ea2ef2e2aa03d9cfa8.tar.gz |
Look for the score directory in /var/games/xmris instead of hardcoding into
${X11BASE}/share/xmris. /var/games is where score files should go, and
this now works properly with xpkgwedge.
Diffstat (limited to 'games/xmris/Makefile')
-rw-r--r-- | games/xmris/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 04a93a30e21..e2fbfd72d49 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:11:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/12/06 04:03:01 jlam Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 @@ -14,9 +14,12 @@ USE_IMAKE= yes ALL_TARGET= initialize xmris xmred NO_INSTALL_MANPAGES= yes +OWN_DIRS_PERMS= /var/games/${PKGBASE} games games 775 + post-install: ${INSTALL_MAN} ${WRKSRC}/xmris.man ${PREFIX}/man/man6/xmris.6 ${LN} -fs xmris.6 ${PREFIX}/man/man6/xmsit.6 ${INSTALL_MAN} ${WRKSRC}/xmred.man ${PREFIX}/man/man6/xmred.6 +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |