summaryrefslogtreecommitdiff
path: root/net-im/qTox/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-08-15 14:02:23 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-08-15 14:02:23 +0000
commit4d474b6365fae19bbaca02010538e64ad041b77c (patch)
treeee82325469f61fcdc6374ae895b03b577b5b1ecb /net-im/qTox/Makefile
parentwww/mod_wsgi4: update to 4.5.4 (diff)
Update to version 1.5.1
PR: 211733 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=420236
Diffstat (limited to 'net-im/qTox/Makefile')
-rw-r--r--net-im/qTox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile
index b7ab0520178b..2589b43b1363 100644
--- a/net-im/qTox/Makefile
+++ b/net-im/qTox/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= qTox
-PORTVERSION= 1.4.1
+PORTVERSION= 1.5.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= yuri@rawbw.com
@@ -70,7 +69,8 @@ post-install:
@${GZIP_CMD} ${GZIP} < ${WRKSRC}/img/icons/qtox.svg > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/qtox.svgz
.for SZ in ${ICON_SIZES}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}/apps
- @${CP} ${WRKSRC}/img/icons/${SZ}/qtox.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}/apps/qtox.png
+ ${INSTALL_DATA} ${WRKSRC}/img/icons/${SZ}/qtox.png \
+ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}/apps/qtox.png
.endfor
.include <bsd.port.mk>