diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-11-24 06:46:43 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-11-24 06:46:43 +0000 |
commit | 1afa06d59f60a912e5d34501049bc68c531d929a (patch) | |
tree | 493e55cc1ef698dc300b69303af5a7e642d29df1 /www/rubygem-mongrel_cluster/Makefile | |
parent | c24f9508d309e0dff7518ac3220b1e9ab6b86d81 (diff) |
- Add --clean option to the rc script. It removes orphaned pid files. [1]
- Use tab instead of spaces
- Bump PORTREVISION
Submitted by: Damon Durand <damon AT durandfamily.org> [1]
Notes
Notes:
svn path=/head/; revision=265067
Diffstat (limited to 'www/rubygem-mongrel_cluster/Makefile')
-rw-r--r-- | www/rubygem-mongrel_cluster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-mongrel_cluster/Makefile b/www/rubygem-mongrel_cluster/Makefile index dd19d39f56a0..ebd50ea9e3d0 100644 --- a/www/rubygem-mongrel_cluster/Makefile +++ b/www/rubygem-mongrel_cluster/Makefile @@ -6,7 +6,7 @@ PORTNAME= mongrel_cluster PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-mongrel>=1.0.2:${PORTSDIR}/www/rubygem-mongrel USE_RC_SUBR= mongrel_cluster USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes REINPLACE_ARGS= -i "" PLIST_FILES= bin/mongrel_cluster_ctl |