1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

deskutils/foliate: Fix the desktop shortcut.

Bump the PORTREVISION.

PR:		245489
Reported by:	Patricio Villar <patovm04@gmail.com>
This commit is contained in:
Santhosh Raju 2020-04-09 20:04:25 +00:00
parent d5067f2d9f
commit 2950e685b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531267

View File

@ -2,6 +2,7 @@
PORTNAME= foliate
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= fox@FreeBSD.org
@ -43,5 +44,7 @@ post-install:
${STAGEDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate
@${RLN} ${STAGEDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate \
${STAGEDIR}${PREFIX}/bin/foliate
@${REINPLACE_CMD} -e 's/Exec=com.github.johnfactotum.Foliate %F/Exec=foliate %F/g' \
${STAGEDIR}${PREFIX}/share/applications/com.github.johnfactotum.Foliate.desktop
.include <bsd.port.mk>