mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
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
330 B
Text
7 lines
330 B
Text
Calling Perl's in-built system() function is easy, determining if it
|
|
was successful is hard. Let's face it, $? isn't the nicest variable
|
|
in the world to play with, and even if you do check it, producing a
|
|
well-formatted error string takes a lot of work.
|
|
|
|
IPC::System::Simple takes the hard work out of calling external
|
|
commands.
|