Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 08:39:16 +0200
From:      Frederic Culot <culot@freebsd.org>
To:        Olivier Duchateau <duchateau.olivier@gmail.com>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, Danilo Egea Gondolfo <danilo@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r328254 - head/devel/ragel
Message-ID:  <20130925063916.GF26820@culot.org>
In-Reply-To: <CAHcdu2piFwZD%2BDSmm4u3EnZ=VCaJ%2BRKEU4J53XwKakXTUvoLVQ@mail.gmail.com>
References:  <201309250524.r8P5Offk027063@svn.freebsd.org> <CAHcdu2piFwZD%2BDSmm4u3EnZ=VCaJ%2BRKEU4J53XwKakXTUvoLVQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> > Log:
> >   - Fix build on CURRENT [1]
> >   - Convert USE_GMAKE to USES
> >   - Use options helpers
> >   - Add staging support
> >   - Change maintainer email to @FreeBSD.org
> >
> >   PR:           ports/182240 [1]
> >   Submitted by: Jan Beich <jbeich@tormail.org>
> >   Approved by:  culot (mentor)
> 
> I think Makefile is not well formed.
> 
> You're replaced ${PREFIX} by ${STAGEDIR}/${PREFIX} (or ${MANPREFIX},
> ${DOCSDIR}, and ${EXAMPLESDIR}), but ${PREFIX} (and other) already
> contains /
> 
> Fix should be ${STAGEDIR}${PREFIX}

Indeed, and sorry I did not catch this.



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