From owner-freebsd-ports Sun Oct 4 20:53:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23028 for freebsd-ports-outgoing; Sun, 4 Oct 1998 20:53:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA22961 for ; Sun, 4 Oct 1998 20:52:45 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: from bubble.didi.com (sji-ca11-102.ix.netcom.com [209.109.237.102]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA15499; Sun, 4 Oct 1998 20:52:15 -0700 (PDT) Received: (from asami@localhost) by bubble.didi.com (8.8.8/8.8.8) id UAA00842; Sun, 4 Oct 1998 20:52:05 -0700 (PDT) (envelope-from asami) Date: Sun, 4 Oct 1998 20:52:05 -0700 (PDT) Message-Id: <199810050352.UAA00842@bubble.didi.com> To: Studded@dal.net CC: ports@FreeBSD.ORG In-reply-to: <3615B3EA.78887E73@dal.net> (message from Studded on Fri, 02 Oct 1998 22:19:38 -0700) Subject: Re: bsd.port.mk patch for perl From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * 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 * 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