diff options
author | vs <vs@FreeBSD.org> | 2006-05-09 22:06:34 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-09 22:06:34 +0800 |
commit | b1be430e4b60bba2c6af03dd467f75e67e56e709 (patch) | |
tree | 423de83d2e6c34f57b341f30a0c72f0c359fa244 /games | |
parent | 6bce51b52597fb85c9fd829d67fe4fba8f06d749 (diff) | |
download | freebsd-ports-gnome-b1be430e4b60bba2c6af03dd467f75e67e56e709.tar.gz freebsd-ports-gnome-b1be430e4b60bba2c6af03dd467f75e67e56e709.tar.zst freebsd-ports-gnome-b1be430e4b60bba2c6af03dd467f75e67e56e709.zip |
Fix paths in man pages
PR: ports/93649
Submitted by: Ed Schouten
Diffstat (limited to 'games')
-rw-r--r-- | games/bsdgames/Makefile | 4 | ||||
-rw-r--r-- | games/freebsd-games/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
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: |