Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 1997 23:43:28 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        Frank Volf <volf@oasis.IAEhv.nl>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: PLIST generation
Message-ID:  <19971020234328.36660@dragon.nuxi.com>
In-Reply-To: <199710081733.TAA03414@greenpeace.grondar.za>; from Mark Murray on Wed, Oct 08, 1997 at 07:33:48PM %2B0200
References:  <199710081733.TAA03414@greenpeace.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help
> I use this methos for ports that are "standalone" - ie don't require 
> other ports:
> 
> # cd /usr/ports/somedir/myport
> # mv /usr/local /usr/local.ORIG
..snip..

I prefer this approach:

    # mkdir /tmp/foo
    # make PREFIX=/tmp/foo install
    # cd /tmp/foo
    # find . -type f > /tmp/PLIST

This approach has the added benifit of making you get the PREFIX handling
proper.


-- 
-- David	(obrien@NUXI.com  -or-  obrien@FreeBSD.org)



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