mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
408 B
Plaintext
7 lines
408 B
Plaintext
This module contains a number of functions for taking sets of URLs and
|
|
labels and creating suitably formatted HTML. These links are "smart"
|
|
because, if given the url of the current page, if any of the links in
|
|
the list equal it, that item in the list will be formatted as a special
|
|
label, not as a link; this is a Good Thing, since the user would be
|
|
confused by clicking on a link back to the current page.
|