Report correct version in the About dialog.

This commit is contained in:
Alexey Dokuchaev 2020-06-17 09:09:04 +00:00
parent 80fb99f09a
commit 95d92c9add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539410

View file

@ -22,4 +22,8 @@ USES= autoreconf compiler:c++11-lang gettext gmake gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
post-patch:
@${REINPLACE_CMD} -e 's,v=UNKNOWN,v=${DISTVERSION},' \
${WRKSRC}/build-aux/git-version-gen
.include <bsd.port.mk>