Index: head/misc/crosspad/pkg-plist =================================================================== --- head/misc/crosspad/pkg-plist (revision 315238) +++ head/misc/crosspad/pkg-plist (revision 315239) @@ -1,12 +1,12 @@ bin/padload bin/crosspad2ps @exec cd %D/bin; ln -s crosspad2ps crosspad2eps @exec cd %D/bin; ln -s crosspad2ps crosspad2tgif @exec cd %D/bin; ln -s crosspad2ps crosspad2idraw -@unexec rm %D/bin/crosspad2eps -@unexec rm %D/bin/crosspad2tgif -@unexec rm %D/bin/crosspad2idraw +@unexec rm %D/bin/crosspad2eps 2>&1 >/dev/null || true +@unexec rm %D/bin/crosspad2tgif 2>&1 >/dev/null || true +@unexec rm %D/bin/crosspad2idraw 2>&1 >/dev/null || true %%PORTDOCS%%share/doc/crosspad/PROTOCOL %%PORTDOCS%%share/doc/crosspad/README.english %%PORTDOCS%%share/doc/crosspad/README.japanese %%PORTDOCS%%@dirrm share/doc/crosspad Index: head/misc/rname/pkg-descr =================================================================== --- head/misc/rname/pkg-descr (revision 315238) +++ head/misc/rname/pkg-descr (revision 315239) @@ -1,4 +1,3 @@ This is a simple utility to execute a program under a different name. -Author: Peter Pentchev -WWW: http://devel.ringlet.net/sysutils/rname/ +WWW: http://devel.ringlet.net/sysutils/rname/ Index: head/misc/tet/pkg-descr =================================================================== --- head/misc/tet/pkg-descr (revision 315238) +++ head/misc/tet/pkg-descr (revision 315239) @@ -1,19 +1,19 @@ TET (Test Execution Toolkit) from the X/Open Consortium is a multi-platform test scaffold for both distributed and non-distributed test suites. TET allows the production of test suites sharing a common interface, promoting sharing of test suites within and across organizations. It allows facilities to execute test cases in several ways: - Execution of non-distributed test cases on the local system. - Execution of non-distributed test cases on one or more remote systems. - Execution of distributed test cases with the parts of each test case executing simultaneously on either the local system and one or more remote systems, or entirely on two or more remote systems. - Execution of a single test case selected at random from a list of test cases. - Combinations of the above elements executing in parallel. - Sequences of the above elements executing a specified number of times or until some time period has expired. -WWW: http://tetworks.opengroup.org/documents/docs37.htm +WWW: http://tetworks.opengroup.org/documents/docs37.htm