openbsd-ports/shells/zsh/patches/patch-Doc_Makefile_in
okan 18627eea64 - update to 4.3.4 from Pierre-Emmanuel Andre (includes man page missing
from dist)
- re-work port to remove MULTI_PACKAGES (no need for zftp to be treated
  any differently than other shared-only modules)
- kill a dead MASTER_SITES

help and ok naddy@
2007-12-04 19:26:56 +00:00

18 lines
586 B
Plaintext

$OpenBSD: patch-Doc_Makefile_in,v 1.4 2007/12/04 19:26:56 okan Exp $
--- Doc/Makefile.in.orig Sun Dec 17 11:02:02 2006
+++ Doc/Makefile.in Mon Nov 26 14:35:17 2007
@@ -267,11 +267,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
# ========== DEPENDENCIES FOR INSTALLING ==========
# install just installs the manual pages
-install: install.man
+install: install.man install.info
.PHONY: install
# uninstall just unistalls the manual pages
-uninstall: uninstall.man
+uninstall: uninstall.man uninstall.info
.PHONY: uninstall
# install man pages, creating install directory if necessary