From owner-cvs-all Thu Aug 13 16:50:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12765 for cvs-all-outgoing; Thu, 13 Aug 1998 16:50:23 -0700 (PDT) (envelope-from owner-cvs-all) 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 QAA12744; Thu, 13 Aug 1998 16:50:14 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id QAA29418; Thu, 13 Aug 1998 16:49:47 -0700 (PDT) Date: Thu, 13 Aug 1998 16:49:47 -0700 (PDT) Message-Id: <199808132349.QAA29418@vader.cs.berkeley.edu> To: ache@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808132329.QAA09411@freefall.freebsd.org> (ache@FreeBSD.ORG) Subject: Re: cvs commit: ports/net/ncftp3 Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * remove NO_LATEST_LINK - this port not conflicts with existen ncftp* * installations You're missunderstanding the purpose of that variable. It prohibits the "Latest/ncftp.tgz" symlink to appear in the package directory. When they are multiple versions of the same port, all but one should have NO_LATEST_LINK set. In this case, ncftp2 is the last non-beta version, so that one is designated as the "representative". Satoshi