diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-01-03 17:47:50 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-01-03 17:47:50 +0000 |
commit | 05be12954c239a48dd4bc32b8040058812ce5e2a (patch) | |
tree | c77f49f73ed9e2e1cbcbb5f2972a70949d0e36d2 /mail/xfce4-mailwatch-plugin | |
parent | 298f63ec4546856f7d2873298d1359d1c5f0a033 (diff) | |
download | ports-05be12954c239a48dd4bc32b8040058812ce5e2a.tar.gz ports-05be12954c239a48dd4bc32b8040058812ce5e2a.zip |
Notes
Diffstat (limited to 'mail/xfce4-mailwatch-plugin')
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 5c668e5a2594..d95ff9b92e43 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -25,4 +25,8 @@ USE_XORG= x11 CONFIGURE_ARGS=--enable-ipv6 +post-patch: + ${REINPLACE_CMD} -e 's|xfce-mail|mail-send|' \ + ${WRKSRC}/panel-plugin/mailwatch-plugin.c + .include <bsd.port.mk> |