aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-10-12 23:00:57 +0800
committerhq <hq@FreeBSD.org>2005-10-12 23:00:57 +0800
commit04ca5ceb5520114b8e18113bacebce95acbb4653 (patch)
tree04a2fe5e48d3ca692a5438c59c5d26e6a2dea30f
parent5a1b498696a2b4ffd84a4690ee3e42439711abb6 (diff)
downloadfreebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.tar.gz
freebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.tar.zst
freebsd-ports-gnome-04ca5ceb5520114b8e18113bacebce95acbb4653.zip
Fix the path of the session directory we create as it was differing from the
actual location we install ratpoison.desktop into Reported by: Sam Hollingsworth <sam.hollingsworth@gmail.com>
-rw-r--r--x11-wm/ratpoison/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile
index 7de34399b5d4..1322764450c5 100644
--- a/x11-wm/ratpoison/Makefile
+++ b/x11-wm/ratpoison/Makefile
@@ -28,7 +28,7 @@ post-configure:
> ${WRKSRC}/ratpoison.desktop
post-install:
- ${MKDIR} ${PREFIX}/etc/gdm/Sessions
+ ${MKDIR} ${PREFIX}/etc/dm/Sessions
${INSTALL_DATA} ${WRKSRC}/ratpoison.desktop ${PREFIX}/etc/dm/Sessions/
.else
PLIST_SUB+= WITH_GDM="@comment "