diff options
author | tron <tron@pkgsrc.org> | 2001-10-14 16:20:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-14 16:20:24 +0000 |
commit | dda81631a4cdb3c1c407c17a6f9f584e3b2fe0a3 (patch) | |
tree | 5059eec061637e1fbb7af207d03180a1540735be /games/xmahjongg/Makefile | |
parent | cc29c215ec00c62ac30066391f0da3e03a50d81d (diff) | |
download | pkgsrc-dda81631a4cdb3c1c407c17a6f9f584e3b2fe0a3.tar.gz |
Fix installation problem on system where "xpkgwedge" is installed.
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index a3fe036b177..e9abb10c8fe 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 15:11:03 wiz Exp $ -# FreeBSD Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp -# +# $NetBSD: Makefile,v 1.10 2001/10/14 16:20:24 tron Exp $ DISTNAME= xmahjongg PKGNAME= xmahjongg-1.0 @@ -18,11 +16,9 @@ USE_IMAKE= yes RESTRICTED= "Restrictive copyright" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PLIST_SUBST+= X11BASE="${X11BASE}" post-extract: @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man -post-install: - ${X11BASE}/bin/mkfontdir ${X11PREFIX}/lib/X11/fonts/misc - .include "../../mk/bsd.pkg.mk" |