aboutsummaryrefslogtreecommitdiff
path: root/archivers/xarchiver/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-02-10 18:26:13 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-02-10 18:26:13 +0000
commit028baaee530c91c54e4abd6db9a4a8fa439f76e2 (patch)
tree4badd8b4c6ef81f7f272e3b13ab5940b7d6e36a5 /archivers/xarchiver/Makefile
parentb2f9caff2c8ec7ada300a946391fec87eec8c00a (diff)
downloadports-028baaee530c91c54e4abd6db9a4a8fa439f76e2.tar.gz
ports-028baaee530c91c54e4abd6db9a4a8fa439f76e2.zip
Notes
Diffstat (limited to 'archivers/xarchiver/Makefile')
-rw-r--r--archivers/xarchiver/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile
index 6cabeb3a667f..75eb64d4cb77 100644
--- a/archivers/xarchiver/Makefile
+++ b/archivers/xarchiver/Makefile
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= xarchiver
-PORTVERSION= 0.5.2
-PORTREVISION= 6
+PORTVERSION= 0.5.3
CATEGORIES= archivers
MASTER_SITES= SF
+MASTER_SITE_SUBDIR= ${PORTNAME:L}
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
LICENSE= GPLv2
-RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
+RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
+ 7zr:${PORTSDIR}/archivers/p7zip \
+ zip:${PORTSDIR}/archivers/zip
USES= gmake pkgconfig desktop-file-utils
USE_BZIP2= yes
@@ -34,9 +36,6 @@ PLIST_SUB+= NLS="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|;multipart/x-zip||' \
- ${WRKSRC}/xarchiver.desktop.in
-
.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
.endif
@@ -44,7 +43,4 @@ post-patch:
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>