diff options
author | Lars Engels <lme@FreeBSD.org> | 2008-05-20 17:44:19 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2008-05-20 17:44:19 +0000 |
commit | 8b664b2dee0338320ece1156fd36cc07c6ef71b1 (patch) | |
tree | b23ce7aa1817498e69ecb867b110c05f910c3e27 /graphics/gqview | |
parent | b30475c7e03f7b7f8e94a2893e3f973b538978ff (diff) | |
download | ports-8b664b2dee0338320ece1156fd36cc07c6ef71b1.tar.gz ports-8b664b2dee0338320ece1156fd36cc07c6ef71b1.zip |
Notes
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e2d8e4d42b7b..e66f23a16009 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -44,6 +44,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: ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics |