diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
commit | 84aefdbffca035422254247224172afbdcd7a665 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /www/ruby-padrino/Makefile.common | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'www/ruby-padrino/Makefile.common')
-rw-r--r-- | www/ruby-padrino/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-padrino/Makefile.common b/www/ruby-padrino/Makefile.common index 77ccbdc23d9..7eb00e21957 100644 --- a/www/ruby-padrino/Makefile.common +++ b/www/ruby-padrino/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2014/03/14 19:18:31 taca Exp $ +# $NetBSD: Makefile.common,v 1.5 2014/10/05 16:41:09 wiz Exp $ # # used by www/ruby-padrino/Makefile # used by www/ruby-padrino-admin/Makefile @@ -7,6 +7,7 @@ # used by www/ruby-padrino-gen/Makefile # used by www/ruby-padrino-helper/Makefile # used by www/ruby-padrino-mailer/Makefile +# used by www/ruby-padrino-helpers/Makefile RUBY_PADRINO_VERS= 0.12.0 RUBY_PADRINO_SITE= http://www.padrinorb.com/ |