summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2002-09-06 12:56:13 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2002-09-06 12:56:13 +0000
commit3d91907984a2169b8321c92d2c1a673c8584577c (patch)
tree4cb4acadf8c994aae3c59a103857406d432f7111 /german
parentMASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because (diff)
Fix a syntax error of the Makefile.
String comparison operator should be either == or !=. PR: 33519, 40844 Submitted by: Vivek Khera <khera@kciLink.com>, "Matthew D.Fuller" <fullermd@over-yonder.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=65726
Diffstat (limited to 'german')
-rw-r--r--german/BBBike/Makefile2
1 files changed, 1 insertions, 1 deletions
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