aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/p5-Clipboard/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/p5-Clipboard/Makefile b/x11/p5-Clipboard/Makefile
index 20cd000e7718..a646ee8cbac7 100644
--- a/x11/p5-Clipboard/Makefile
+++ b/x11/p5-Clipboard/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Clipboard
PORTVERSION= 0.08
+PORTREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/K/KI/KING
@@ -25,6 +26,10 @@ PERL_CONFIGURE= yes
MAN1= clipaccumulate.1 clipbrowse.1 clipedit.1 clipjoin.1
MAN3= Clipboard.3
+post-patch:
+ ${PERL} -i -pe 's|/m;$$|/;|' \
+ ${WRKSRC}/lib/Clipboard/Xclip.pm
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600