fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
293 B
Text
7 lines
293 B
Text
Portable filename comparison.
|
|
|
|
Many cross-platform test failures -- particularly on Win32 -- are due
|
|
to hard-coded file paths being used in comparison tests.
|
|
|
|
This simple module provides some handy functions to convert all those
|
|
path separators automatically so filename tests will just DWIM.
|