aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-10-14 20:30:12 +0800
committertobez <tobez@FreeBSD.org>2005-10-14 20:30:12 +0800
commit5c45930cd80e7e1b89be0b6961e0887b70695c89 (patch)
treef2341d5b7f4908f9a5449a80874133f1f513ae1c /x11
parent706f7ebce27dab775d54f1d777461331c99b37bb (diff)
downloadfreebsd-ports-gnome-5c45930cd80e7e1b89be0b6961e0887b70695c89.tar.gz
freebsd-ports-gnome-5c45930cd80e7e1b89be0b6961e0887b70695c89.tar.zst
freebsd-ports-gnome-5c45930cd80e7e1b89be0b6961e0887b70695c89.zip
Fix a small bug in the module, bump portrevision.
Diffstat (limited to 'x11')
-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