From owner-freebsd-ports Sat Feb 5 8:40:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by builder.freebsd.org (Postfix) with ESMTP id 26EEF44F6 for ; Sat, 5 Feb 2000 08:40:30 -0800 (PST) Received: from localhost (tole.issei.org [210.254.221.68]) by mx1.issei.org (8.9.3+3.2W/3.7W-v6) with ESMTP/IPv4 id BAA06579; Sun, 6 Feb 2000 01:40:43 +0900 (JST) (envelope-from issei@issei.org) To: suzukis@file.phys.tohoku.ac.jp Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How to develop a port/package without root previlege? In-Reply-To: <20000205162528.6604.qmail@file.phys.tohoku.ac.jp> References: <20000205162528.6604.qmail@file.phys.tohoku.ac.jp> X-Mailer: Mew version 1.94.2pre8 on XEmacs 21.1 (Bryce Canyon) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000206014043K.issei@issei.org> Date: Sun, 06 Feb 2000 01:40:43 +0900 From: Issei Suzuki X-Dispatcher: imput version 20000113(IM136) Lines: 16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In mail "How to develop a port/package without root previlege?" suzukis@file.phys.tohoku.ac.jp wrote: > If there's any wrong destination in Makefile (by careless mistake), > making installation with root previlege can gives unrecovervable > damage to the credencial (which files came from which ports/package, > which files conflicts with which ports/package, etc etc). Set ${DESTDIR}, and all files are installed to the subdirectory of ${DESTDIR}. Note: Some ports ignore ${DESTDIR}, and these should be fixed. Issei.- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message