- Change rc script name to avoid conflict with devel/gearmand

PR:		ports/144570
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2010-04-02 13:53:57 +00:00
parent abdcaaab04
commit b657b4b1f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252022
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= Gearman-Server
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/D/DO/DORMANDO
@ -23,7 +24,7 @@ PERL_CONFIGURE= yes
MAN1= gearmand.1
MAN3= Gearman::Server.3 Gearman::Server::Client.3
USE_RC_SUBR= gearmand
USE_RC_SUBR= gearmand-perl
SUB_LIST+= NAME=gearmand
.include <bsd.port.mk>