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 /x11/libexo/Makefile | |
parent | 298f63ec4546856f7d2873298d1359d1c5f0a033 (diff) | |
download | ports-05be12954c239a48dd4bc32b8040058812ce5e2a.tar.gz ports-05be12954c239a48dd4bc32b8040058812ce5e2a.zip |
Notes
Diffstat (limited to 'x11/libexo/Makefile')
-rw-r--r-- | x11/libexo/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 7258ec7aaf30..645b5e6af26b 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -3,7 +3,7 @@ PORTNAME= libexo PORTVERSION= 0.10.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} @@ -13,6 +13,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application library for the Xfce desktop environment +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_DISTFILES= ${WRKSRC}/COPYING \ + ${WRKSRC}/COPYING.LIB + BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI @@ -50,4 +55,8 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + ${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \ + ${WRKSRC}/exo-open/exo-mail-reader.desktop.in + .include <bsd.port.mk> |