diff options
author | obache <obache> | 2011-09-22 04:31:26 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-22 04:31:26 +0000 |
commit | eb909c9f49182c8afeb387cf06787a579fd234ec (patch) | |
tree | 16cac8061d24a701819b73ffca15f8606607774d /www/ruby-sinatra | |
parent | d9fa25d9f145b6ad6d74a80e97e5366b337e39d1 (diff) | |
download | pkgsrc-eb909c9f49182c8afeb387cf06787a579fd234ec.tar.gz |
Fixes HOMEPAGE url.
Diffstat (limited to 'www/ruby-sinatra')
-rw-r--r-- | www/ruby-sinatra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-sinatra/Makefile b/www/ruby-sinatra/Makefile index 7053c9bd5ab..f54b48b74dc 100644 --- a/www/ruby-sinatra/Makefile +++ b/www/ruby-sinatra/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/06 13:33:20 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/22 04:31:26 obache Exp $ DISTNAME= sinatra-1.2.6 CATEGORIES= www MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://www.sinatarb.com/ +HOMEPAGE= http://www.sinatrarb.com/ COMMENT= Classy web-development dressed in a DSL LICENSE= mit |