Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 1998 20:52:05 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        Studded@dal.net
Cc:        ports@FreeBSD.ORG
Subject:   Re: bsd.port.mk patch for perl
Message-ID:  <199810050352.UAA00842@bubble.didi.com>
In-Reply-To: <3615B3EA.78887E73@dal.net> (message from Studded on Fri, 02 Oct 1998 22:19:38 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 	Yes, I think I posted on this very topic recently. :)  Having thought
 * it over some more, and at the risk of damaging Asami-san's sanity, I
 * would suggest that we have:

You're doing this to annoy me aren't you? ;)

 * PERL_RELEASE=perl5
 * PERL_MAJOR=005
 * PERL_PATCH=02
 * 
 * .if <this is 3.0>
 * PERL_DIRECTORY=/usr/bin
 * .else
 * PERL_DIRECTORY=/usr/local/bin
 * .endif
 * 
 * PERL=${PERL_DIRECTORY}/${PERL_RELEASE}
 * PERL_MEDIUM=${PERL_DIRECTORY}/${PERL_RELEASE}.${PERL_MAJOR}
 * PERL_LONG=${PERL_DIRECTORY}/${PERL_RELEASE}.${PERL_MAJOR}.${PERL_PATCH}

There's no need for PERL_MEDIUM, as it's not installed. ;)

 * If we're going to make the change, my vote is to make it in such a way
 * that it will be easy to change with a few keystrokes in the future.

They are all in bsd.port.mk, the number of keystrokes don't really matter....

Satoshi

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?199810050352.UAA00842>