From owner-freebsd-questions@FreeBSD.ORG Mon Aug 13 18:44:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 071AB16A419 for ; Mon, 13 Aug 2007 18:44:25 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from dns.walsimou.com (walscop001.walsimou.com [82.228.201.70]) by mx1.freebsd.org (Postfix) with ESMTP id 70E6313C469 for ; Mon, 13 Aug 2007 18:44:24 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from wals001FBSD.walsimou.com ([192.168.1.240]) (SSL: TLSv1/SSLv3,256bits,AES256-SHA) by dns.walsimou.com with esmtp; Mon, 13 Aug 2007 20:44:22 +0200 id 000170FE.0000000046C0A686.0000ED40 Message-ID: <46C0A65A.8010407@walsimou.com> Date: Mon, 13 Aug 2007 20:43:38 +0200 From: Gaye Abdoulaye Walsimou User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Jean-Paul Natola , freebsd-questions@freebsd.org References: <3A85D7EF44E1C744BF6434691F5659E9702DDC@www.fcimail.org> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9702DDC@www.fcimail.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: install app without ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 18:44:25 -0000 Jean-Paul Natola a écrit : > > But I do not know how to install it, as I have always installed the > applications from the ports ( make install) > > How do I go about installing it on FreeBSD 6.2 ? > > $tar xvfz Mail-SpamAssassin-3.2.3.tar.gz $perl Makefile.PL PREFIX=/usr/local/spamassassin $make $make disttest $su password: #make install You will have spamassassin installed in /usr/local/spamassassin regards