svn commit: r330781 - in head/www/vdr-plugin-live: . files
Juergen Lock
nox at jelal.kn-bremen.de
Sat Oct 19 21:39:06 UTC 2013
On Sat, Oct 19, 2013 at 09:34:05PM +0000, Alexey Dokuchaev wrote:
> On Sat, Oct 19, 2013 at 10:57:31PM +0200, Juergen Lock wrote:
> > On Sat, Oct 19, 2013 at 01:36:26PM +0000, Alexey Dokuchaev wrote:
> > > On Fri, Oct 18, 2013 at 10:30:17PM +0000, Juergen Lock wrote:
> > > > New Revision: 330781
> > > > URL: http://svnweb.freebsd.org/changeset/ports/330781
> > > > [...]
> > > > +pre-install:
> > > > + ${MKDIR} ${PREFIX}/lib/vdr
> > > > +
> > >
> > > Hmm, since it's unstaged port, it looks like pre-install should really be
> > > pre-su-install, otherwise it will fail unless built/installed by root, if
> > > I'm not mistaken.
> >
> > Hm I guess you're right, even tho it probably won't matter much in
> > practice as the mkdir is only needed when PREFIX is != LOCALBASE
> > and vdr itself is installed in LOCALBASE and created the dir there,
> > which means this cannot really run anyway.
>
> I see. Provided that your analysis is correct, I guess there is no need
> for immediate action, since this issue would become void anyways once
> the port would be stagified.
>
> ./danfe
I fixed it nevertheless, be it only not to serve as a bad example. :)
Thanx,
Juergen
More information about the svn-ports-all
mailing list