diff options
Diffstat (limited to 'net-im/qTox/Makefile')
-rw-r--r-- | net-im/qTox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index b9707cad4539..f2fa30c15671 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.150426 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com @@ -38,7 +39,7 @@ pre-everything:: @${ECHO_MSG} post-patch: - @${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_COMMIT}"|' \ + @${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_TAGNAME}"|' \ ${WRKSRC}/qtox.pro @${REINPLACE_CMD} -e 's|INCLUDEPATH += "/usr/include|INCLUDEPATH += "/usr/local/include|' \ ${WRKSRC}/qtox.pro |