svn commit: r342734 - head/devel/p5-Gearman
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 5 15:52:31 UTC 2014
Author: ehaupt
Date: Wed Feb 5 15:52:30 2014
New Revision: 342734
URL: http://svnweb.freebsd.org/changeset/ports/342734
QAT: https://qat.redports.org/buildarchive/r342734/
Log:
Support staging.
Modified:
head/devel/p5-Gearman/Makefile
Modified: head/devel/p5-Gearman/Makefile
==============================================================================
--- head/devel/p5-Gearman/Makefile Wed Feb 5 15:50:40 2014 (r342733)
+++ head/devel/p5-Gearman/Makefile Wed Feb 5 15:52:30 2014 (r342734)
@@ -16,7 +16,6 @@ RUN_DEPENDS+= p5-String-CRC32>=0.0:${POR
USES= perl5
USE_PERL5= configure
-MAN3= Gearman::Client.3 Gearman::Task.3 Gearman::Worker.3
PLIST_FILES= %%SITE_PERL%%/Gearman/Client.pm \
%%SITE_PERL%%/Gearman/JobStatus.pm \
%%SITE_PERL%%/Gearman/Objects.pm \
@@ -26,10 +25,12 @@ PLIST_FILES= %%SITE_PERL%%/Gearman/Clien
%%SITE_PERL%%/Gearman/Taskset.pm \
%%SITE_PERL%%/Gearman/Util.pm \
%%SITE_PERL%%/Gearman/Worker.pm \
- %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/.packlist
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/.packlist \
+ %%PERL5_MAN3%%/Gearman::Client.3.gz \
+ %%PERL5_MAN3%%/Gearman::Task.3.gz \
+ %%PERL5_MAN3%%/Gearman::Worker.3.gz
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman \
%%SITE_PERL%%/Gearman/ResponseParser \
%%SITE_PERL%%/Gearman
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list