diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-09 14:06:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-09 14:06:34 +0000 |
commit | 572e90b05daf42df1b3f559c5ce5fb0f0df8ae69 (patch) | |
tree | 09e2de1f77c7b0a68960a42608503a580f10c56b | |
parent | a9f2b3efb2e4d06ab209d64070dfaeaf0f1dcc57 (diff) | |
download | ports-572e90b05daf42df1b3f559c5ce5fb0f0df8ae69.tar.gz ports-572e90b05daf42df1b3f559c5ce5fb0f0df8ae69.zip |
Notes
-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: |