Date: Sun, 22 Jun 2014 23:06:40 +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: <CAOfEmZiLo5HvSPWatO3jtjh1E4hHExFMyn-R4u2KD_G0AN35cw@mail.gmail.com> In-Reply-To: <CAHtVNLN_DnYy9ZgTqer_DqPS6UmJVg29nQoGA3fXmMFsOT2txQ@mail.gmail.com> References: <201406221443.s5MEhoCY088404@svn.freebsd.org> <CAHtVNLN_DnYy9ZgTqer_DqPS6UmJVg29nQoGA3fXmMFsOT2txQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZiLo5HvSPWatO3jtjh1E4hHExFMyn-R4u2KD_G0AN35cw>