On 2018/06/10 14:00, Edward Lopez-Acosta wrote:
> I went ahead and clarified the description. Initially I used the one they
> have on their site.
> I also cannot update the title but forgot to include both of these would be
> unde the
> www category.
>
> On Sun, Jun 10, 2018 at 1:38 PM, Ingo Schwarze <[email protected]> wrote:
>
> > Hi,
> >
> > Edward Lopez-Acosta wrote on Sun, Jun 10, 2018 at 01:31:46PM -0500:
> >
> > > ---
> > > Overview
> > >
> > > MkDocs is a fast, simple and downright gorgeous static site generator
> > > that's geared towards building project documentation. Documentation
> > > source files are written in Markdown, and configured with a single YAML
> > > configuration file.
> > > ---
> >
> > No time to look at the submission now, but that text needs to be
> > fixed. A DESCR is a description, not a marketing buzzword collection.
> > Besides, there is a contradiction between "downright gorgeous" and
> > "written in Markdown".
> >
> > Yours,
> > Ingo
> >
DISTNAME is just setting DISTNAME to the same as it's already set to, so
can (should) be removed.
After a bit of head-scratching caused by the 600 file mode on Makefile
("make: don't know how to make do-extract" because _pbuild is unable to
read the Makefile) I was able to build.
"make plist" says the following:
Not found: /usr/local/${MODPY_COMMNENT}lib/python3.6/site-packages/mkdocs (in
/usr/ports/www/mkdocs/pkg/PLIST)
it's an obvious typo, but since the port is python3-only there's no need
for MODPY_COMMENT, you can just remove it. Also "make plist" adds / to the
MODPY_CACHE lines (probably also because it's py3-only) so those should
be added.