From 3d91907984a2169b8321c92d2c1a673c8584577c Mon Sep 17 00:00:00 2001 From: OKAZAKI Tetsurou Date: Fri, 6 Sep 2002 12:56:13 +0000 Subject: Fix a syntax error of the Makefile. String comparison operator should be either == or !=. PR: 33519, 40844 Submitted by: Vivek Khera , "Matthew D.Fuller" Approved by: maintainer --- german/BBBike/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'german') diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index effc87fd8482..2c6fcc222659 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -22,7 +22,7 @@ MAN1= bbbike.1 MYDESTDIR= ${PREFIX}/BBBike -.if !defined(PERL_VERSION) || ${PERL_VERSION} <= 5.00503 +.if !defined(PERL_VER) || ${PERL_VER} == 5.005 PLIST= ${PKGDIR}/pkg-plist.5005 .endif -- cgit v1.2.3