Date: Sun, 6 Sep 1998 10:10:01 -0700 (PDT) From: Tim Vanderhoek <ac199@hwcn.org> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7840: Update ports: japanese/perl5 Message-ID: <199809061710.KAA02463@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7840; it has been noted by GNATS. From: Tim Vanderhoek <ac199@hwcn.org> To: shige@kuis.kyoto-u.ac.jp Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/7840: Update ports: japanese/perl5 Date: Sun, 6 Sep 1998 13:03:21 -0400 (EDT) On Sun, 6 Sep 1998 shige@kuis.kyoto-u.ac.jp wrote: > +PERL_VERSION= 5.00404 > +PERL_VER= 5.004 > +PLIST_SUB+= PERL_VERSION=${PERL_VERSION} PERL_VER=${PERL_VER} Don't use '+=' for first assignment to variable in port Makefile. Use just '='. (You do not need to resubmit the PR --- the committer will fix this). -- This .sig is not innovative, witty, or profund. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809061710.KAA02463>