mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Fix shebangs in additional scripts [1]
- Don't install desktop file second time PR: 203132 [1] (based on) Submitted by: amdmi3 [1]
This commit is contained in:
parent
c13c1f7401
commit
0430ea81cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397076
@ -2,11 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= perl
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Perl filtering plugin for Claws Mail
|
||||
|
||||
USES+= perl5
|
||||
USES+= perl5 shebangfix
|
||||
SHEBANG_FILES= src/plugins/perl/tools/matcherrc2perlfilter.pl
|
||||
|
||||
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
||||
|
||||
@ -15,7 +16,7 @@ CLAWS_PLUGINS_BUILD= perl
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
|
||||
${STAGEDIR}${PREFIX}/share/claws-mail/
|
||||
${STAGEDIR}${PREFIX}/share/claws-mail
|
||||
|
||||
.include "../claws-mail/Makefile.claws"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= claws-mail
|
||||
CATEGORIES= mail news ipv6
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Lightweight and featureful GTK+ based e-mail and news client
|
||||
|
||||
@ -13,7 +14,7 @@ RUN_DEPENDS= mime-support>0:${PORTSDIR}/misc/mime-support
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USES= cpe desktop-file-utils execinfo pathfix shebangfix
|
||||
SHEBANG_FILES= tools/*.pl tools/tb2claws-mail
|
||||
SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
|
||||
@ -79,6 +80,5 @@ post-install:
|
||||
tbird2claws.py textviewer.pl textviewer.sh \
|
||||
thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \
|
||||
${STAGEDIR}${DATADIR})
|
||||
${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user