diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 13:43:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 13:43:43 +0000 |
commit | 3facf74befa92e24b1e349e9a1e0b11fa56dbade (patch) | |
tree | 821b380b991a767cf2e2a15f27bad8ca4daecdc2 /ports-mgmt/portcheckout/files/patch-ac | |
parent | Giving in and taking maintainership :-) (diff) |
Stage, and pull the patches into a sed command.
Notes
Notes:
svn path=/head/; revision=363321
Diffstat (limited to 'ports-mgmt/portcheckout/files/patch-ac')
-rw-r--r-- | ports-mgmt/portcheckout/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ports-mgmt/portcheckout/files/patch-ac b/ports-mgmt/portcheckout/files/patch-ac deleted file mode 100644 index 9e90db227aa1..000000000000 --- a/ports-mgmt/portcheckout/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- portcheckout.pl 2011/12/12 09:40:17 1.1 -+++ portcheckout.pl 2011/12/12 09:40:29 -@@ -182,7 +182,7 @@ - # print manual page to stdout - sub help { - $ENV{'PAGER'} = 'cat'; -- exec pod2text, $0; -+ exec "pod2text", $0; - exit 2; - } - |