Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 22:57:31 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        svn-ports-head@FreeBSD.org, Juergen Lock <nox@FreeBSD.org>, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r330781 - in head/www/vdr-plugin-live: . files
Message-ID:  <20131019205731.GA26972@enceladus10.kn-bremen.de>
In-Reply-To: <20131019133626.GA15196@FreeBSD.org>
References:  <201310182230.r9IMUHGJ058516@svn.freebsd.org> <20131019133626.GA15196@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> > 
> >  NO_STAGE=	yes
> > +
> >  .include	"${.CURDIR}/../../multimedia/vdr/Makefile.plugins"
> > [...]
> >  
> > +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.
> 
> ./danfe

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.e. I only added this
to get the port to (somewhat) pass poudriere testport w/o -n...

 Best,
	Juergen



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