mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Fix a small bug in the module, bump portrevision.
This commit is contained in:
parent
3877fc4379
commit
e36dc1292a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user