From owner-freebsd-stable@FreeBSD.ORG Mon Jun 16 06:57:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F83337B401 for ; Mon, 16 Jun 2003 06:57:13 -0700 (PDT) Received: from vivaldi.meteo.fr (vivaldi.meteo.fr [137.129.28.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B592F43F3F for ; Mon, 16 Jun 2003 06:57:11 -0700 (PDT) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) NAA21882 for ; Mon, 16 Jun 2003 13:57:00 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) PAA05639; Mon, 16 Jun 2003 15:56:57 +0200 (MESTDST) Received: from exmatis1.cnrm.meteo.fr (exmatis1.cnrm.meteo.fr [137.129.157.46]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_24419)/8.7.1) id PAA05066; Mon, 16 Jun 2003 15:57:23 +0200 (METDST) Received: from exmatis1.cnrm.meteo.fr (localhost [127.0.0.1]) h5GDtjbf011153; Mon, 16 Jun 2003 15:55:45 +0200 (CEST) (envelope-from pokrovsi@exmatis1.cnrm.meteo.fr) Received: (from pokrovsi@localhost) by exmatis1.cnrm.meteo.fr (8.12.9/8.12.9/Submit) id h5GDtj8b011152; Mon, 16 Jun 2003 15:55:45 +0200 (CEST) Date: Mon, 16 Jun 2003 15:55:44 +0200 From: Igor Pokrovsky To: Noor Dawod Message-ID: <20030616135544.GA11117@exmatis1.cnrm.meteo.fr> Mail-Followup-To: Igor Pokrovsky , Noor Dawod , FreeBSD-STABLE Mailing List References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Accept-Language: ru X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) cc: FreeBSD-STABLE Mailing List Subject: Re: Samba on STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Igor Pokrovsky List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 13:57:13 -0000 On Mon, Jun 16, 2003 at 09:45:53AM +0200, Noor Dawod wrote: > Hi, > > I installed Samba 3.0 from ports (latest 4.8-STABLE) but I couldn't find > few files after installation, like make_smbcodepage > (http://us1.samba.org/samba/docs/man/make_smbcodepage.1.html) and > others, like the code page example files. > > Where are the files? All files, except man pages, installed by port are in it's pkg-plist file. List of man pages installed is usually in ports Makefile. > A side note: how can I change installation directory when making 'make' > in ports? make PREFIX=/some/dir -- Igor