summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
committerjim <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
commitd30b3aea41f68e58deafc64beabb06024724abbf (patch)
treee493236b9a5355f270f8544634393d1faf6a660c
parent4af549afdcfa060480692d8b65246e2b9d477352 (diff)
downloadFreeBSD-ports-d30b3aea41f68e58deafc64beabb06024724abbf.zip
FreeBSD-ports-d30b3aea41f68e58deafc64beabb06024724abbf.tar.gz
Install xchat.desktop in the right place.
PR: 38565 Submitted by: Alan Eldridge <ports@geeksrus.net>
-rw-r--r--irc/xchat-gnome/Makefile3
-rw-r--r--irc/xchat/Makefile3
-rw-r--r--irc/xchat1/Makefile3
-rw-r--r--irc/xchat2/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 8910970..aa2ce44 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/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
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 8910970..aa2ce44 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/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
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 8910970..aa2ce44 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
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 8910970..aa2ce44 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
OpenPOWER on IntegriCloud