ports/64317: Update of german/BBBike port

Oliver Eikemeier eikemeier at fillmore-labs.com
Mon Mar 15 23:40:08 UTC 2004


The following reply was made to PR ports/64317; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: Slaven Rezic <slaven at rezic.de>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/64317: Update of german/BBBike port
Date: Tue, 16 Mar 2004 00:30:41 +0100

 >  .include <bsd.port.mk>
 > +
 > +.if !defined(PERL_VER) || ${PERL_VER} == 5.005
 > +PLIST=		${PKGDIR}/pkg-plist.5005
 > +LOCAL_PERL_ARCH!=${PERL5} -MConfig -e 'print qq{$$Config{archname}}'
 > +.else
 > +LOCAL_PERL_ARCH!=${PERL5} -MConfig -e 'print qq{$$Config{version}/$$Config{archname}}'
 > +.endif
 
 please check your port with portlint before submitting
 
 - never write anything after bsd.port(.post).mk
 
 - this will break `make describe' on systems without perl installed



More information about the freebsd-ports-bugs mailing list