diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:08:43 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:08:43 +0000 |
commit | 1c011f20f684784227856596edeaf9ef2d6e0373 (patch) | |
tree | a51ce7e4fb35f0b7c1aa89a49a54d54343ce3f49 /games/bs | |
parent | 6b10ad2220a4d38736547834f0afb877e575b39d (diff) | |
download | src-1c011f20f684784227856596edeaf9ef2d6e0373.tar.gz src-1c011f20f684784227856596edeaf9ef2d6e0373.zip |
Set the default manual section for games/ to 6.
Notes
Notes:
svn path=/head/; revision=74528
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 93cfb7e3f778..701651057900 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= bs -MAN6= bs.6 DPADD= ${LIBNCURSES} LDADD= -lncurses HIDEGAME=hidegame |