From owner-freebsd-ports Sat Feb 5 10:17:18 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 2781145E0 for ; Sat, 5 Feb 2000 10:17:05 -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 DAA09046; Sun, 6 Feb 2000 03:17:26 +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: <20000205174741.6894.qmail@file.phys.tohoku.ac.jp> References: <20000206014043K.issei@issei.org> <20000205174741.6894.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: <20000206031726W.issei@issei.org> Date: Sun, 06 Feb 2000 03:17:26 +0900 From: Issei Suzuki X-Dispatcher: imput version 20000113(IM136) Lines: 20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In mail "Re: How to develop a port/package without root previlege?" suzukis@file.phys.tohoku.ac.jp wrote: > Thanks, but it's not what I'm asking for, because > it's to make a package from "correctly-port"ed > softwares without bothering other directories. Hmm, I do know. > Talking my experience... the port for bison-1.27. Its own Makefile > (created via configure) supports ${prefix} and ${DESTDIR}, in fact, > when typing "gmake install prefix=`pwd`/tmp" under > /usr/ports/devel/bison/work/bison-1.27, > gmake does not try install into /usr/local. Have you set ${DESTDIR} when you 'configure' the bison port? If you decide to use ${DESTDIR}, you must keep it as the same value during all the stage (not only 'install', also 'configure' and 'build'). Issei.- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message