summaryrefslogtreecommitdiff
path: root/games/xmahjongg/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-10-14 16:20:24 +0000
committertron <tron@pkgsrc.org>2001-10-14 16:20:24 +0000
commitdda81631a4cdb3c1c407c17a6f9f584e3b2fe0a3 (patch)
tree5059eec061637e1fbb7af207d03180a1540735be /games/xmahjongg/Makefile
parentcc29c215ec00c62ac30066391f0da3e03a50d81d (diff)
downloadpkgsrc-dda81631a4cdb3c1c407c17a6f9f584e3b2fe0a3.tar.gz
Fix installation problem on system where "xpkgwedge" is installed.
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r--games/xmahjongg/Makefile8
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"