Install unstr:

* in games/fortune/Makefile, add unstr to SUBDIR;
* in games/fortune/unstr/Makefile, include ../../Makefile.inc;
* in games/fortune/strfile/Makefile, add MLINKS for unstr man page;
* in distrib/sets/lists/games/mi, add new files.
This commit is contained in:
apb 2008-09-26 18:56:43 +00:00
parent eb30897af8
commit 9536f79402
4 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.44 2008/09/26 18:23:09 apb Exp $
# $NetBSD: mi,v 1.45 2008/09/26 18:56:43 apb Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -84,6 +84,7 @@
./usr/games/teachgammon games-games-bin
./usr/games/tetris games-games-bin
./usr/games/trek games-games-bin
./usr/games/unstr games-utils-bin
./usr/games/wargames games-games-bin
./usr/games/worm games-games-bin
./usr/games/worms games-games-bin
@ -240,6 +241,7 @@
./usr/share/man/cat6/wump.0 games-games-catman .cat
./usr/share/man/cat8/dm.0 games-games-catman .cat
./usr/share/man/cat8/strfile.0 games-utils-catman .cat
./usr/share/man/cat8/unstr.0 games-utils-catman .cat
./usr/share/man/html5/dm.conf.html games-games-htmlman html
./usr/share/man/html6/adventure.html games-games-htmlman html
./usr/share/man/html6/arithmetic.html games-games-htmlman html
@ -291,6 +293,7 @@
./usr/share/man/html6/wump.html games-games-htmlman html
./usr/share/man/html8/dm.html games-games-htmlman html
./usr/share/man/html8/strfile.html games-utils-htmlman html
./usr/share/man/html8/unstr.html games-utils-htmlman html
./usr/share/man/man5/dm.conf.5 games-games-man .man
./usr/share/man/man6/adventure.6 games-games-man .man
./usr/share/man/man6/arithmetic.6 games-games-man .man
@ -343,6 +346,7 @@
./usr/share/man/man6/wump.6 games-games-man .man
./usr/share/man/man8/dm.8 games-games-man .man
./usr/share/man/man8/strfile.8 games-utils-man .man
./usr/share/man/man8/unstr.8 games-utils-man .man
./var/games/atc_scores games-obsolete obsolete
./var/games/hackdir/data games-games-root
./var/games/hackdir/help games-games-root

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2001/01/09 03:13:40 lukem Exp $
# $NetBSD: Makefile,v 1.10 2008/09/26 18:56:43 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= fortune strfile .WAIT datfiles
SUBDIR= fortune strfile unstr .WAIT datfiles
.include <bsd.subdir.mk>

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.9 2008/09/26 18:23:09 apb Exp $
# $NetBSD: Makefile,v 1.10 2008/09/26 18:56:43 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= strfile
MAN= strfile.8
MLINKS= strfile.8 unstr.8
.include "../../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:40 lukem Exp $
# $NetBSD: Makefile,v 1.8 2008/09/26 18:56:43 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
NOMAN= # defined
@ -6,4 +6,5 @@ NOMAN= # defined
PROG= unstr
CPPFLAGS+= -I${.CURDIR}/../strfile
.include "../../Makefile.inc"
.include <bsd.prog.mk>