mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
55b1912df8
PR: 15791 Submitted by: maintainer
27 lines
475 B
Plaintext
27 lines
475 B
Plaintext
*** erts/etc/unix/Install.src.ORIG Tue Nov 23 16:05:11 1999
|
|
--- erts/etc/unix/Install.src Thu Dec 30 16:39:15 1999
|
|
***************
|
|
*** 165,174 ****
|
|
# Fixing the man pages
|
|
#
|
|
|
|
! if [ -d $ERL_ROOT/man ]
|
|
! then
|
|
! cd $ERL_ROOT
|
|
! ./misc/format_man_pages $ERL_ROOT
|
|
! fi
|
|
!
|
|
|
|
--- 165,175 ----
|
|
# Fixing the man pages
|
|
#
|
|
|
|
! # This is not needed!
|
|
! # if [ -d $ERL_ROOT/man ]
|
|
! # then
|
|
! # cd $ERL_ROOT
|
|
! # ./misc/format_man_pages $ERL_ROOT
|
|
! # fi
|
|
|
|
+ exit 0
|