diff options
author | agc <agc@pkgsrc.org> | 2000-07-11 11:01:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-07-11 11:01:06 +0000 |
commit | 6d24f8b58ae40b9d4a2a4186697001b357b5b447 (patch) | |
tree | 69918619dd90d7f775018c08164970e898a53370 /games | |
parent | ed3b113d4a4506622834789930bd3c238874ba48 (diff) | |
download | pkgsrc-6d24f8b58ae40b9d4a2a4186697001b357b5b447.tar.gz |
Fix the English in a comment.
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
Diffstat (limited to 'games')
-rw-r--r-- | games/xmahjongg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 69f94e80526..114fa97a80a 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:03 soren Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/11 11:01:06 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp # @@ -6,7 +6,7 @@ DISTNAME= xmahjongg PKGNAME= xmahjongg-1.0 CATEGORIES= games # Most Usenet archive sites don't store it as a .tar.gz, but Slackware -# and it's mirrors do. +# and its mirrors do. MASTER_SITES= ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/ MAINTAINER= packages@netbsd.org @@ -20,6 +20,6 @@ post-extract: @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man post-install: - ${X11BASE}/bin/mkfontdir ${X11BASE}/lib/X11/fonts/misc + ${X11BASE}/bin/mkfontdir ${X11PREFIX}/lib/X11/fonts/misc .include "../../mk/bsd.pkg.mk" |