freebsd-ports/mail/mailgraph
Doug Barton dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
	|
	v
command=foo
command_args='>/dev/null 2>&1'

This is clearly what should have been done, for several reasons.

No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
2012-08-06 00:28:43 +00:00
..
files Fix what looks like a copy-paste-o that originated in the same script: 2012-08-06 00:28:43 +00:00
distinfo
Makefile - Remove SITE_PERL from *_DEPENDS 2012-06-29 18:30:42 +00:00
pkg-descr
pkg-message
pkg-plist