Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 15:40:08 -0800 (PST)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64317: Update of german/BBBike port
Message-ID:  <200403152340.i2FNe8k8098381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64317; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Slaven Rezic <slaven@rezic.de>
Cc: FreeBSD-gnats-submit@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403152340.i2FNe8k8098381>