fredl writes:

> Hey,
>
> attached is a new port, www/hugo. hugo is a static website generator.
>
> ---
> pkg/DESCR:
>
> Hugo is a static HTML and CSS website generator written in Go.
> It is optimized for speed, ease of use, and configurability.
> Hugo takes a directory with content and templates and renders
> them into a full HTML website.
>
> Hugo relies on Markdown files with front matter for metadata.
>
> ---
>
> It should working on am64 and i386.
> I've only been able to test on amd64, if someone could test it on
> i386, it would be
> great!
>
> Ok?
>
> fredl

Hello

Your port use a binary downloaded from github, it's not the way to
go. It shoud be built from sources.

You should also change the order of variables in your makefile, you can
check the file infrastructure/templates/Makefile.template from the ports
tree as an example for reordering correctly.

Reply via email to