diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-04-23 15:32:15 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-04-23 15:32:15 +0000 |
| commit | 716717649a4da696b744fa6d628666f7094a40ca (patch) | |
| tree | 87502c83860e2924a726f2ea289323d44374883b | |
| parent | Add www/mochiweb, an Erlang library for building lightweight HTTP (diff) | |
Of course I noticed the missing tabs just after the commit.
| -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> |
