diff options
Diffstat (limited to 'www/mochiweb/Makefile')
-rw-r--r-- | www/mochiweb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/mochiweb/Makefile b/www/mochiweb/Makefile index f263dc0f64d2..580557eff8a4 100644 --- a/www/mochiweb/Makefile +++ b/www/mochiweb/Makefile @@ -10,13 +10,13 @@ COMMENT= Erlang library for building lightweight HTTP servers LICENSE= MIT -PLIST_SUB= VERSION="${PORTVERSION}" +PLIST_SUB= VERSION="${PORTVERSION}" -USE_GITHUB= yes -GH_ACCOUNT= mochi -GH_PROJECT= mochiweb -GH_COMMIT= 92b8f5b -GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= mochi +GH_PROJECT= mochiweb +GH_COMMIT= 92b8f5b +GH_TAGNAME= v${PORTVERSION} .include <bsd.port.pre.mk> |