aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-26 02:24:49 +0800
committereadler <eadler@FreeBSD.org>2013-03-26 02:24:49 +0800
commit4028292fd7f17d18022efe1c59c65ebbaf8b6e52 (patch)
tree25772890e123f18604e76a3efc7551b3686e9326 /misc
parent750749f09d140e3a232238365a46532ab0fb9d41 (diff)
downloadfreebsd-ports-gnome-4028292fd7f17d18022efe1c59c65ebbaf8b6e52.tar.gz
freebsd-ports-gnome-4028292fd7f17d18022efe1c59c65ebbaf8b6e52.tar.zst
freebsd-ports-gnome-4028292fd7f17d18022efe1c59c65ebbaf8b6e52.zip
Cleanup unmaintained ports in the misc category:
- @unexec rm must not cause failure - Single space for WWW - Pet portlint
Diffstat (limited to 'misc')
-rw-r--r--misc/crosspad/pkg-plist6
-rw-r--r--misc/rname/pkg-descr3
-rw-r--r--misc/tet/pkg-descr2
3 files changed, 5 insertions, 6 deletions
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
@@ -3,9 +3,9 @@ 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
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 <roam@ringlet.net>
-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
@@ -16,4 +16,4 @@ It allows facilities to execute test cases in several ways:
- 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