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)
5 lines
347 B
Text
5 lines
347 B
Text
Ever find yourself repeatedly specifying writers and builders, because there's
|
|
no good shortcut to specifying them? Sometimes you want an attribute to have
|
|
a read-only public interface, but a private writer. And wouldn't it be easier
|
|
to just say "builder => 1" and have the attribute construct the canonical
|
|
"_build_$name" builder name for you?
|