aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-04-02 18:28:27 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-04-02 18:28:27 +0000
commit2a2762bc97f2b2572af7c9681967a71c7b3b26df (patch)
tree0bcfe80fe8e3bf50fb5677fb489d368bbd35cd04 /audio/exaile/Makefile
parentcc047292eacbcc25189cf3b53c90437630fc8296 (diff)
downloadports-2a2762bc97f2b2572af7c9681967a71c7b3b26df.tar.gz
ports-2a2762bc97f2b2572af7c9681967a71c7b3b26df.zip
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r--audio/exaile/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index db923cc400ae..2a9099c12fd3 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= exaile
-PORTVERSION= 3.4.3
+PORTVERSION= 3.4.4
CATEGORIES= audio
-MASTER_SITES= https://github.com/exaile/exaile/archive/
-DISTNAME= ${PORTVERSION}
-DIST_SUBDIR= exaile
+MASTER_SITES= https://github.com/exaile/exaile/releases/download/${PORTVERSION}/
MAINTAINER= rm@FreeBSD.org
COMMENT= Full featured python-based music player for GTK+
@@ -36,8 +34,7 @@ NLS_INSTALL_TARGET_OFF= install_no_locale
SEXY_DESC= UI enchancements
SEXY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sexy>=0.1.9:${PORTSDIR}/x11-toolkits/py-sexy
-# Disable manpage building for now - it's too expensive
post-patch:
- @${REINPLACE_CMD} -e 's|compile locale manpage|compile locale|g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>