Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 23:09:48 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        William Grzybowski <wg@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r358810 - head/sysutils/py-stdiff
Message-ID:  <CAOfEmZgAuJfuBmoZ%2BoKdYKagXFPmGNPo1zVZ2xr%2BbfmwvE7S8Q@mail.gmail.com>
In-Reply-To: <CAOfEmZiLo5HvSPWatO3jtjh1E4hHExFMyn-R4u2KD_G0AN35cw@mail.gmail.com>
References:  <201406221443.s5MEhoCY088404@svn.freebsd.org> <CAHtVNLN_DnYy9ZgTqer_DqPS6UmJVg29nQoGA3fXmMFsOT2txQ@mail.gmail.com> <CAOfEmZiLo5HvSPWatO3jtjh1E4hHExFMyn-R4u2KD_G0AN35cw@mail.gmail.com>

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

Sorry about my delay, fixed, thanks!

Best Regards,



2014-06-22 23:06 GMT+08:00 Marcelo Araujo <araujobsdport@gmail.com>:

> Hello William,
>
> Thanks, will fix it tomorrow!!!
>
>
> 2014-06-22 22:51 GMT+08:00 William Grzybowski <wg@freebsd.org>:
>
> On Sun, Jun 22, 2014 at 11:43 AM, Marcelo Araujo <araujo@freebsd.org>
>> wrote:
>> > Author: araujo
>> > Date: Sun Jun 22 14:43:50 2014
>> > New Revision: 358810
>> > URL: http://svnweb.freebsd.org/changeset/ports/358810
>> > QAT: https://qat.redports.org/buildarchive/r358810/
>> >
>> > Log:
>> >   - Stageify.
>> >
>> > Modified:
>> >   head/sysutils/py-stdiff/Makefile
>> >
>> > Modified: head/sysutils/py-stdiff/Makefile
>> >
>> ==============================================================================
>> > --- head/sysutils/py-stdiff/Makefile    Sun Jun 22 14:42:27 2014
>>  (r358809)
>> > +++ head/sysutils/py-stdiff/Makefile    Sun Jun 22 14:43:50 2014
>>  (r358810)
>> > @@ -15,15 +15,14 @@ USE_PYDISTUTILS=    yes
>> >  PORTDOCS=      *
>> >  .endif
>> >
>> > -NO_STAGE=      yes
>> >  post-install:
>> >  .if !defined(NOPORTDOCS)
>> > -       ${MKDIR} ${DOCSDIR}
>> > -       $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${DOCSDIR}/
>> > -       $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${DOCSDIR}/
>> > -       (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${DOCSDIR}/)
>> > +       ${MKDIR} ${STAGEDIR}${DOCSDIR}
>> > +       $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
>> > +       $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
>> > +       (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/)
>> >  .endif
>> >         @if [ ! -f ${PREFIX}/etc/stdiff.conf ]; then \
>> > -               ${CP} -p ${PREFIX}/etc/stdiff.conf.sample \
>> > +               ${CP} -p ${STAGEDIR}${PREFIX}/etc/stdiff.conf.sample \
>> >                 ${PREFIX}/etc/stdiff.conf; fi
>> >  .include <bsd.port.mk>
>>
>> Hi,
>>
>> NOPORTDOCS can be dropped, its deprecated plus stage handles docs
>> automatically.
>> The copy of .sample configure file is done only in pkg-plist, also
>> there is a @sample helper now.
>>
>>
>> Cheers
>>
>
>
>
> --
> Marcelo Araujo
> araujo@FreeBSD.org
>



-- 

-- 
Marcelo Araujo            (__)araujo@FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
Power To Server.         .\. /_)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZgAuJfuBmoZ%2BoKdYKagXFPmGNPo1zVZ2xr%2BbfmwvE7S8Q>