From owner-freebsd-questions Tue Aug 6 17: 7:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8EA837B400 for ; Tue, 6 Aug 2002 17:07:44 -0700 (PDT) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CAE43E72 for ; Tue, 6 Aug 2002 17:07:44 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g7707huF033043; Tue, 6 Aug 2002 18:07:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g7707hDM033040; Tue, 6 Aug 2002 18:07:43 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Tue, 6 Aug 2002 18:07:43 -0600 (MDT) From: Warren Block To: MikeM Cc: freebsd-questions@FreeBSD.ORG Subject: Nano (was Re: How to pass configure parms into a port) In-Reply-To: <200208061115140503.0049FE96@sentry.24cl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 6 Aug 2002, MikeM wrote: > I'd like to build the port of the nano editor and I'd like to disable > wrapping in the editor. If I were building nano from the tarball, I'd > specify the --disable-wrapping parameter on the configure step of the > build. It doesn't answer the question, but rather than mess with modifying a port, I just define an alias in my startup: alias nano="nano -cimwz" Then you don't need to modify the port. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message