aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mergeant
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-06-15 11:39:18 +0800
committermarcus <marcus@FreeBSD.org>2005-06-15 11:39:18 +0800
commit76056207f19b955c8a8ac69433e16b0ffa9732b0 (patch)
treeb7a90466209af3a47663bcb8da2a1e2b70b006ad /databases/mergeant
parent724f06b9cc9a8995559914848c299025d73ace2a (diff)
downloadfreebsd-ports-gnome-76056207f19b955c8a8ac69433e16b0ffa9732b0.tar.gz
freebsd-ports-gnome-76056207f19b955c8a8ac69433e16b0ffa9732b0.tar.zst
freebsd-ports-gnome-76056207f19b955c8a8ac69433e16b0ffa9732b0.zip
Fix the path to the desktop item icon.
Submitted by: Franz Klammer <klammer@webonaut.com>
Diffstat (limited to 'databases/mergeant')
-rw-r--r--databases/mergeant/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
index fed889a3479d..8bba8332b0c4 100644
--- a/databases/mergeant/Makefile
+++ b/databases/mergeant/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mergeant
PORTVERSION= 0.52
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.52
@@ -27,4 +27,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|Icon=|Icon=${PREFIX}/share/gnome/pixmaps/|g' \
+ ${WRKSRC}/mergeant.desktop.in
+
.include <bsd.port.mk>