aboutsummaryrefslogtreecommitdiff
path: root/x11/p5-Clipboard
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-10-14 12:30:12 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-10-14 12:30:12 +0000
commite36dc1292a9a3626eb14e4dfbfd3450200a5c85f (patch)
treeb04101c5cf5eabffc27d982669095052849bf2b9 /x11/p5-Clipboard
parent3877fc437910c22afaa7a884784715454253ff7e (diff)
downloadports-e36dc1292a9a3626eb14e4dfbfd3450200a5c85f.tar.gz
ports-e36dc1292a9a3626eb14e4dfbfd3450200a5c85f.zip
Fix a small bug in the module, bump portrevision.
Notes
Notes: svn path=/head/; revision=145372
Diffstat (limited to 'x11/p5-Clipboard')
-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