Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Feb 2000 03:17:26 +0900
From:      Issei Suzuki <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?
Message-ID:  <20000206031726W.issei@issei.org>
In-Reply-To: <20000205174741.6894.qmail@file.phys.tohoku.ac.jp>
References:  <20000206014043K.issei@issei.org> <20000205174741.6894.qmail@file.phys.tohoku.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000206031726W.issei>