diff options
author | obache <obache@pkgsrc.org> | 2011-09-22 04:31:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-22 04:31:26 +0000 |
commit | 23ec69fed9f4c954b29f2c9ad13af9cf000a6049 (patch) | |
tree | 16cac8061d24a701819b73ffca15f8606607774d /www | |
parent | 37e05695629d94c2104606627fecb9450e3fb319 (diff) | |
download | pkgsrc-23ec69fed9f4c954b29f2c9ad13af9cf000a6049.tar.gz |
Fixes HOMEPAGE url.
Diffstat (limited to 'www')
-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 |