diff --git a/misc/crosspad/pkg-plist b/misc/crosspad/pkg-plist index 5071c4c3abb8..8815b9676df1 100644 --- a/misc/crosspad/pkg-plist +++ b/misc/crosspad/pkg-plist @@ -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 diff --git a/misc/rname/pkg-descr b/misc/rname/pkg-descr index a864146800da..3cd18a10ce1c 100644 --- a/misc/rname/pkg-descr +++ b/misc/rname/pkg-descr @@ -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/ diff --git a/misc/tet/pkg-descr b/misc/tet/pkg-descr index fc40246a445c..a8c3123d7ae6 100644 --- a/misc/tet/pkg-descr +++ b/misc/tet/pkg-descr @@ -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