diff options
author | jim <jim@FreeBSD.org> | 2002-05-27 06:47:30 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-05-27 06:47:30 +0800 |
commit | d30b3aea41f68e58deafc64beabb06024724abbf (patch) | |
tree | e493236b9a5355f270f8544634393d1faf6a660c /irc/xchat2 | |
parent | 4af549afdcfa060480692d8b65246e2b9d477352 (diff) | |
download | freebsd-ports-gnome-d30b3aea41f68e58deafc64beabb06024724abbf.tar.gz freebsd-ports-gnome-d30b3aea41f68e58deafc64beabb06024724abbf.tar.zst freebsd-ports-gnome-d30b3aea41f68e58deafc64beabb06024724abbf.zip |
Install xchat.desktop in the right place.
PR: 38565
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 891097078967..aa2ce4497f7e 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/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 |