Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 1997 14:15:46 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jesse@eva.cs.Uni-Magdeburg.DE
Cc:        ports@freebsd.org
Subject:   Re: PLIST question
Message-ID:  <199706162115.OAA09585@vader.cs.berkeley.edu>
In-Reply-To: <199706161402.QAA25898@pflaume.cs.uni-magdeburg.de> (jesse@eva.cs.Uni-Magdeburg.DE)

next in thread | previous in thread | raw e-mail | index | archive | help
 * How about 'find . -type f -print > PLIST'?

Don't forget to sort it.  This is what I recommend:

cd /usr/local
find foo | sort > /portsdir/pkg/PLIST
edit PLIST, move all the directories down, sort them backwards and add 
  @dirrm in front of them
cd /portsdir
make package
pkg_delete `make package-name`
ls /usr/local/foo (just make sure the directory isn't there)

Satoshi



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