diff options
author | jlam <jlam> | 2001-12-06 04:03:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-06 04:03:01 +0000 |
commit | a531715b14a8dcf818ba45f5318638489696a036 (patch) | |
tree | c31c6a6f3ce7064679ab4d4dd5f41ff77720d9ff /games | |
parent | d270ec4973a7b6b908df703715ca092e9df8c178 (diff) | |
download | pkgsrc-a531715b14a8dcf818ba45f5318638489696a036.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')
-rw-r--r-- | games/xmris/Makefile | 5 | ||||
-rw-r--r-- | games/xmris/distinfo | 4 | ||||
-rw-r--r-- | games/xmris/patches/patch-aa | 4 |
3 files changed, 8 insertions, 5 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" diff --git a/games/xmris/distinfo b/games/xmris/distinfo index 9c61f6ac23a..41f4c857762 100644 --- a/games/xmris/distinfo +++ b/games/xmris/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:40 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/12/06 04:03:01 jlam Exp $ SHA1 (xmris.4.04.tgz) = 793f7088ac86ec17ca02962ae08ef9fe91c96423 Size (xmris.4.04.tgz) = 268308 bytes -SHA1 (patch-aa) = 565e74857df2685f64798c505766642609298ef5 +SHA1 (patch-aa) = d2877b60e23fc9a467b621c58b9cd5e1eb893297 SHA1 (patch-ab) = ea9e443b5741afbbed01c8e0bf436505d0955229 diff --git a/games/xmris/patches/patch-aa b/games/xmris/patches/patch-aa index 1a875174824..b7f9dad9040 100644 --- a/games/xmris/patches/patch-aa +++ b/games/xmris/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:45 agc Exp $ +$NetBSD: patch-aa,v 1.3 2001/12/06 04:03:01 jlam Exp $ --- Imakefile.orig Fri Jul 31 00:15:54 1998 +++ Imakefile Fri Jul 31 00:20:49 1998 @@ -73,3 +73,3 @@ XCOMM SCORE = $(LOCAL)/lib/$(APP) -SCORE = $(LIBDIR)/$(APP) -+SCORE = $(X11BASE)/share/$(APP) ++SCORE = /var/games/$(APP) /* to install default gardens not in app_defaults/$(APP) @@ -86,3 +86,3 @@ XCOMM required for setuid, try one or the other, (the first is better) |