K 10 svn:author V 5 lioux K 8 svn:date V 27 2003-06-09T17:01:26.000000Z K 7 svn:log V 536 MFC: rev 1.49 "pkg_create incorrectly does not add trailing '\n' when it receives either COMMENT or DESCR from the command line. When a port is installed, one gets both +COMMENT and +DESCR files with a trailing '\n' character. However, +COMMENT does not contain a trailing '\n' when it is installed from a package due to this behavior of pkg_create. Therefore, make sure it behaves exactly the same regardless of where it got its information; either command line or files. The modified functions are used by pkg_create." PR: 52097 END