diff options
Diffstat (limited to 'games/xpacman/files/patch-b')
-rw-r--r-- | games/xpacman/files/patch-b | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/xpacman/files/patch-b b/games/xpacman/files/patch-b new file mode 100644 index 000000000000..9cf1f93723e0 --- /dev/null +++ b/games/xpacman/files/patch-b @@ -0,0 +1,8 @@ +--- Imakefile.orig Sat Aug 19 22:00:04 1995 ++++ Imakefile Sat Aug 19 22:00:55 1995 +@@ -26,4 +26,5 @@ + NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB)) + InstallProgram(pacman,$(BINDIR)) + InstallManPage(pacman,$(MANDIR)) ++AllTarget(pacman) + DependTarget() |