summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-15 03:39:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-15 03:39:18 +0000
commit82df2d65313d81a42277bd8abb37bcf5d724cb2c (patch)
tree3202d66687b4e2b0d85940129a07cdc10ab94018 /databases
parentUpdate to 1.2.2. (diff)
Fix the path to the desktop item icon.
Submitted by: Franz Klammer <klammer@webonaut.com>
Notes
Notes: svn path=/head/; revision=137471
Diffstat (limited to 'databases')
-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>