summaryrefslogtreecommitdiff
path: root/irc/xchat1
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
committerJim Mock <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
commitae1024b98208fd7d3625c5464b71bad69398bea6 (patch)
tree143abb9a999867c12925e1227c5dad9ad268d089 /irc/xchat1
parentUpdate to 0.86 (diff)
Install xchat.desktop in the right place.
PR: 38565 Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes
Notes: svn path=/head/; revision=60046
Diffstat (limited to 'irc/xchat1')
-rw-r--r--irc/xchat1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 891097078967..aa2ce4497f7e 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf
USE_GNOME= yes
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
--enable-zvt
-MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
+MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
+ utildir="${PREFIX}/share/gnome/apps/Internet"
.else
CONFIGURE_ARGS+= --disable-gnome --disable-zvt
.endif