From b1be430e4b60bba2c6af03dd467f75e67e56e709 Mon Sep 17 00:00:00 2001 From: vs Date: Tue, 9 May 2006 14:06:34 +0000 Subject: Fix paths in man pages PR: ports/93649 Submitted by: Ed Schouten --- games/bsdgames/Makefile | 4 +++- games/freebsd-games/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 0d16f6f13159..89c6ced4dee6 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -47,12 +47,14 @@ MAN6= \ MANCOMPRESSED= maybe -PATHNAME_FILES= atc/pathnames.h \ +PATHNAME_FILES= atc/atc.6 \ + atc/pathnames.h \ cribbage/pathnames.h \ fish/pathnames.h \ larn/pathnames.h \ quiz/datfiles/index \ quiz/pathnames.h \ + quiz/quiz.6 \ wump/pathnames.h post-extract: diff --git a/games/freebsd-games/Makefile b/games/freebsd-games/Makefile index 0d16f6f13159..89c6ced4dee6 100644 --- a/games/freebsd-games/Makefile +++ b/games/freebsd-games/Makefile @@ -47,12 +47,14 @@ MAN6= \ MANCOMPRESSED= maybe -PATHNAME_FILES= atc/pathnames.h \ +PATHNAME_FILES= atc/atc.6 \ + atc/pathnames.h \ cribbage/pathnames.h \ fish/pathnames.h \ larn/pathnames.h \ quiz/datfiles/index \ quiz/pathnames.h \ + quiz/quiz.6 \ wump/pathnames.h post-extract: -- cgit