1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/canna-server/files/patch-ab
Masafumi Max NAKANE e1d8feedad Changed the maintainer from Satoshi to Max.
This port now installs man pages.

(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.

Changed the location and the name of the lock file to /var/run/Canna.pid.

Changed the location of the log file to /var/log.

Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)

In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.

Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
1996-09-18 08:02:06 +00:00

20 lines
615 B
Plaintext

*** misc/Imakefile.orig Fri Jan 28 14:36:42 1994
--- misc/Imakefile Sun Aug 11 09:02:42 1996
***************
*** 37,43 ****
#endif /* nec_ews_svr4 */
InstallNamedNonExec(default.ca,default.canna,$(cannaLibDir))
! InstallNamedNonExec(Readme,Readme,$(LockDir))
InstallNonExec(is.c,$(cannaLibDir)/sample/src)
InstallNonExec(premountdics,$(DicDir))
--- 37,43 ----
#endif /* nec_ews_svr4 */
InstallNamedNonExec(default.ca,default.canna,$(cannaLibDir))
! /* InstallNamedNonExec(Readme,Readme,$(LockDir)) */
InstallNonExec(is.c,$(cannaLibDir)/sample/src)
InstallNonExec(premountdics,$(DicDir))