diff options
author | oliver <oliver@FreeBSD.org> | 2008-05-06 02:05:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-05-06 02:05:01 +0800 |
commit | 76a7e243cc2a1dabd636a65c5aa1769e1e876733 (patch) | |
tree | f66d80017c6f78e5d7ef59ec9b365a45052e0dcd /graphics | |
parent | 0e59bba1a580e7d515a1c0b2130042e96a57a7d7 (diff) | |
download | freebsd-ports-gnome-76a7e243cc2a1dabd636a65c5aa1769e1e876733.tar.gz freebsd-ports-gnome-76a7e243cc2a1dabd636a65c5aa1769e1e876733.tar.zst freebsd-ports-gnome-76a7e243cc2a1dabd636a65c5aa1769e1e876733.zip |
Fix desktop entry
PR: ports/122391
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 6927934144c9..e1cc4645125a 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,8 @@ post-patch: @${REINPLACE_CMD} -e \ 's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \ ${WRKSRC}/doc/Makefile.in - + @${REINPLACE_CMD} -e 's| -r %F||' \ + ${WRKSRC}/gqview.desktop post-install: ${MKDIR} ${PREFIX}/share/gnome/apps/Graphics ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics |