Update to 0.02

PR:		ports/68236
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-06-23 12:21:12 +00:00
parent 5b32609d2f
commit d122f9de9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112047
3 changed files with 3 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Unix-Statgrab
PORTVERSION= 0.01
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unix

View File

@ -1,2 +1,2 @@
MD5 (Unix-Statgrab-0.01.tar.gz) = a9af99129244c8bdc73ff447e6059969
SIZE (Unix-Statgrab-0.01.tar.gz) = 20459
MD5 (Unix-Statgrab-0.02.tar.gz) = c5a1fd5aee8fb47740717d5c8d65c667
SIZE (Unix-Statgrab-0.02.tar.gz) = 22516

View File

@ -1,11 +0,0 @@
--- Makefile.PL.bak Sun Jun 20 22:44:53 2004
+++ Makefile.PL Sun Jun 20 22:45:05 2004
@@ -7,7 +7,7 @@
my %args = map { split /\s*=\s*/ } @ARGV;
my $LIBS = $args{ LIBS } || "-lstatgrab";
my $INC = $args{ INC };
- return 1 if system("$CC check.c $INC $LIBS -o /dev/null 2>/dev/null") == 0;
+ return 1 if system("$CC check.c $INC $LIBS 2>/dev/null") == 0;
return 0;
}