Skip to content

Commit

Permalink
www/p5-RT-Extension-CommandByMail: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 968827e commit 87555cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion www/p5-RT-Extension-CommandByMail/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= RT-Extension-CommandByMail
PORTVERSION= 3.00
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -23,6 +23,9 @@ NO_ARCH= yes

PLIST_SUB+= RTHOME=share/rt${RT_VER}

post-patch:
${REINPLACE_CMD} -e 's|LocalPath/man/man3|LocalPath/share/man/man3|' ${WRKSRC}/inc/Module/Install/RTx.pm

# Note: You can install using an arbitrary $PREFIX but only if it
# matches the $PREFIX used to install www/rt44. Hence ignore
# $PREFIX in the environment and inherit settings from RT.pm
Expand Down
6 changes: 3 additions & 3 deletions www/p5-RT-Extension-CommandByMail/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
man/man3/RT::Extension::CommandByMail.3.gz
man/man3/RT::Interface::Email::Action::CommandByMail.3.gz
man/man3/RT::Interface::Email::Filter::TakeAction.3.gz
share/man/man3/RT::Extension::CommandByMail.3.gz
share/man/man3/RT::Interface::Email::Action::CommandByMail.3.gz
share/man/man3/RT::Interface::Email::Filter::TakeAction.3.gz
%%RTHOME%%/plugins/RT-Extension-CommandByMail/lib/RT/Extension/CommandByMail.pm
%%RTHOME%%/plugins/RT-Extension-CommandByMail/lib/RT/Interface/Email/Action/CommandByMail.pm
%%RTHOME%%/plugins/RT-Extension-CommandByMail/lib/RT/Interface/Email/Filter/TakeAction.pm

0 comments on commit 87555cd

Please sign in to comment.