Fix a small bug in the module, bump portrevision.

This commit is contained in:
Anton Berezin 2005-10-14 12:30:12 +00:00
parent 3877fc4379
commit e36dc1292a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145372

View File

@ -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