aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-perl
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-10-05 11:25:29 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-10-05 11:25:29 +0000
commit441d6f48003e70a00c705da71d7dbdc7ed1cd910 (patch)
tree7defe4a233e866af3a2af3cc379fabca90969635 /mail/claws-mail-perl
parente7f149e7cd104240d8c4cf1ce66f624db6fa6349 (diff)
downloadports-441d6f48003e70a00c705da71d7dbdc7ed1cd910.tar.gz
ports-441d6f48003e70a00c705da71d7dbdc7ed1cd910.zip
- Fix comboboxes vcalendar bug by adding upstream patches [1]
- Add support for STAGEDIR - Properly set configure iconv args PR: ports/182439 [1] Reported by: Gerard Seibert <gerard@seibercom.net>
Notes
Notes: svn path=/head/; revision=329440
Diffstat (limited to 'mail/claws-mail-perl')
-rw-r--r--mail/claws-mail-perl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile
index 6c3068367cf8..7455a2a91d79 100644
--- a/mail/claws-mail-perl/Makefile
+++ b/mail/claws-mail-perl/Makefile
@@ -12,10 +12,10 @@ PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
CLAWS_PLUGINS_BUILD= perl
-NO_STAGE= yes
post-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
- ${PREFIX}/share/claws-mail/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
+ ${STAGEDIR}${PREFIX}/share/claws-mail/
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>