diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-05-26 22:47:30 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-05-26 22:47:30 +0000 |
commit | ae1024b98208fd7d3625c5464b71bad69398bea6 (patch) | |
tree | 143abb9a999867c12925e1227c5dad9ad268d089 /irc/xchat1/Makefile | |
parent | Update to 0.86 (diff) |
Install xchat.desktop in the right place.
PR: 38565
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to '')
-rw-r--r-- | irc/xchat1/Makefile | 3 |
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 |