diff options
author | tron <tron> | 1998-04-15 22:03:38 +0000 |
---|---|---|
committer | tron <tron> | 1998-04-15 22:03:38 +0000 |
commit | 9a4eab0c5c31d1d544ff346a27c08cbedb8f0293 (patch) | |
tree | 88b923aed14e765bef83d2c8df197e16de9b579a /games | |
parent | 438ab57a231371257455bc9638a4c53636aceaf1 (diff) | |
download | pkgsrc-9a4eab0c5c31d1d544ff346a27c08cbedb8f0293.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'games')
-rw-r--r-- | games/xmahjongg/Makefile | 10 | ||||
-rw-r--r-- | games/xmahjongg/pkg/PLIST | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index a71374c2c15..bf2fa7a2e89 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: xmahjongg -# Version required: -# Date created: 16 Aug 1996 -# Whom: joerg@freebsd.org -# +# $NetBSD: Makefile,v 1.2 1998/04/15 22:03:38 tron Exp $ # $FreeBSD Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp # @@ -20,7 +16,9 @@ USE_IMAKE= yes NO_CDROM= "Restrictive copyright" +CAT6= xmahjongg.0 + post-extract: @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man -.include <bsd.port.mk> +.include <../../mk/bsd.pkg.mk> diff --git a/games/xmahjongg/pkg/PLIST b/games/xmahjongg/pkg/PLIST index 5228884a862..a3d986415e2 100644 --- a/games/xmahjongg/pkg/PLIST +++ b/games/xmahjongg/pkg/PLIST @@ -1,6 +1,10 @@ +@comment $NetBSD: PLIST,v 1.2 1998/04/15 22:03:38 tron Exp $ bin/xmahjongg -man/man6/xmahjongg.6.gz -lib/X11/xmahjongg +man/cat6/xmahjongg.0 +lib/X11/xmahjongg/bridge +lib/X11/xmahjongg/default +lib/X11/xmahjongg/wedges @dirrm lib/X11/xmahjongg lib/X11/fonts/misc/xmahjongg.bdf -@exec /usr/X11R6/bin/mkfontdir %B +@exec %B/../../../../bin/mkfontdir %B +@unexec %B/../../../../bin/mkfontdir %B |