Question about pkg-plist

2010-01-31 Thread david fries
Hello everybody I'm currently working on a tiny little port. It consists of a single binary and an accompanying LICENSE file. When I ran genplist, it generated this in pkg-plist.new: bin/mybinary %%PORTDOCSDOCSDIR%%/LICENSE %%portdoc...@dirrm %%DOCSDIR%% Simple enough. However, I also know

Re: Question about pkg-plist

2010-01-31 Thread Ion-Mihai Tetcu
On Sun, 31 Jan 2010 20:27:53 +0100 david fries d...@gmx.ch wrote: Hello everybody I'm currently working on a tiny little port. It consists of a single binary and an accompanying LICENSE file. When I ran genplist, it generated this in pkg-plist.new: bin/mybinary

Re: Question about pkg-plist

2010-01-31 Thread david fries
Thanks! I'll go for the second variant then since the LICENSE is installed regardless of NOPORTDOCS. On Sun, 2010-01-31 at 22:04 +0200, Ion-Mihai Tetcu wrote: On Sun, 31 Jan 2010 20:27:53 +0100 david fries d...@gmx.ch wrote: Hello everybody I'm currently working on a tiny little port.

Re: Question about pkg-plist

2010-01-31 Thread Ion-Mihai Tetcu
On Sun, 31 Jan 2010 21:36:06 +0100 david fries d...@gmx.ch wrote: Thanks! I'll go for the second variant then since the LICENSE is installed regardless of NOPORTDOCS. We don't care for top-posting. You should patch the port, if possible, to achieve the former variant. -- IOnut -

Re: Question about pkg-plist of qlwm port

2007-03-05 Thread Doug Barton
alfredo perez wrote: Hi, I am working on updating this port x11-wm/qlwm to version 4.0 and I noticed that the port does not have pkg-plist file, Is it that possible? So , I guess I should create one if I want to update it, right? I would spend a little more time thoroughly examining the