1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix for make this works on -table.

Submitted by:	hanai
This commit is contained in:
Jun Kuriyama 2002-05-14 22:50:47 +00:00
parent f7c047b987
commit c0470b1fd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59117
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= Schedule-At
PORTVERSION= 1.03
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Schedule

View File

@ -33,7 +33,7 @@
+ $AT{'parseJobList'} =
+ sub {
+ my @a = split(/\s+/, $_[0]);
+ if (/^\d\d/) {
+ if ($_[0] =~ /^\d\d/) {
+ return ($a[4], "$a[0] $a[1]");
+ } elsif (defined $a[8]) {
+ return ($a[8], "$a[0] $a[1] $a[2] $a[3] $a[4] $a[5]");