diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-09-30 21:53:55 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-09-30 21:53:55 +0000 |
commit | 874c797466ec2dc920e4d3c5cd02dc179d0e4f58 (patch) | |
tree | 6929ffac7bdb6af173bc01e7bed6bbd76ee1dcdd /www/p5-RTx-Calendar | |
parent | 264c555c5ed358d6f559775bebc841ba537913f7 (diff) | |
download | ports-874c797466ec2dc920e4d3c5cd02dc179d0e4f58.tar.gz ports-874c797466ec2dc920e4d3c5cd02dc179d0e4f58.zip |
Notes
Diffstat (limited to 'www/p5-RTx-Calendar')
-rw-r--r-- | www/p5-RTx-Calendar/Makefile | 2 | ||||
-rw-r--r-- | www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm | 14 | ||||
-rw-r--r-- | www/p5-RTx-Calendar/pkg-plist | 3 |
3 files changed, 16 insertions, 3 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile index 3860f0b69e02..31cb5a557e87 100644 --- a/www/p5-RTx-Calendar/Makefile +++ b/www/p5-RTx-Calendar/Makefile @@ -24,7 +24,6 @@ USE_PERL5= configure OPTIONS_DEFINE= RT38 RT38_DESC= Install for rt-3.8.x (default rt-4.0.x) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRT38} @@ -38,7 +37,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} MAN3PREFIX= ${PREFIX} -MAN3= RTx::Calendar.3 PLIST_SUB+= RTHOME=share/rt${RT_VER} post-patch: diff --git a/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm b/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm new file mode 100644 index 000000000000..2703d0c788a0 --- /dev/null +++ b/www/p5-RTx-Calendar/files/patch-inc_Module_Install_RTx.pm @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- inc/Module/Install/RTx.pm.orig ++++ inc/Module/Install/RTx.pm +@@ -101,7 +101,7 @@ + my %index = map { $_ => 1 } @INDEX_DIRS; + $self->no_index( directory => $_ ) foreach grep !$index{$_}, @DIRS; + +- my $args = join ', ', map "q($_)", map { ($_, $path{$_}) } ++ my $args = join ', ', map "q($_)", map { ($_, "\${DESTDIR}$path{$_}") } + grep $subdirs{$_}, keys %path; + + print "./$_\t=> $path{$_}\n" for sort keys %subdirs; diff --git a/www/p5-RTx-Calendar/pkg-plist b/www/p5-RTx-Calendar/pkg-plist index 8e5ebc4a3076..55c1a2c0b22e 100644 --- a/www/p5-RTx-Calendar/pkg-plist +++ b/www/p5-RTx-Calendar/pkg-plist @@ -19,7 +19,8 @@ %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Ticket/Elements/Tabs/Default %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Tabs/Privileged %%RTHOME%%/plugins/RTx-Calendar/html/Callbacks/RTx-Calendar/Elements/Header/Head -man/auto/RTx/Calendar/.packlist +man/man3/RTx::Calendar.3.gz +man/auto/RTx/Calendar/.packlist.gz @dirrm %%RTHOME%%/plugins/RTx-Calendar/lib/RTx @dirrm %%RTHOME%%/plugins/RTx-Calendar/lib @dirrm %%RTHOME%%/plugins/RTx-Calendar/html/Search |