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)
4 lines
274 B
Text
4 lines
274 B
Text
Dupmerge reads a list of files from standard input (eg., as produced by
|
|
"find . -print") and looks securely for identical files. When it finds
|
|
two or more identical files, all but one are unlinked to reclaim the
|
|
disk space and recreated as hard links to the remaining copy.
|