svn commit: r316363 - head/www/mochiweb

Jimmy Olgeni olgeni at FreeBSD.org
Tue Apr 23 15:32:15 UTC 2013


Author: olgeni
Date: Tue Apr 23 15:32:15 2013
New Revision: 316363
URL: http://svnweb.freebsd.org/changeset/ports/316363

Log:
  Of course I noticed the missing tabs just after the commit.

Modified:
  head/www/mochiweb/Makefile

Modified: head/www/mochiweb/Makefile
==============================================================================
--- head/www/mochiweb/Makefile	Tue Apr 23 15:15:49 2013	(r316362)
+++ head/www/mochiweb/Makefile	Tue Apr 23 15:32:15 2013	(r316363)
@@ -10,13 +10,13 @@ COMMENT=	Erlang library for building lig
 
 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>
 


More information about the svn-ports-all mailing list