diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-10-12 15:00:57 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-10-12 15:00:57 +0000 |
commit | 2ea57abc9d615a90843ae45053e883f2a99daacc (patch) | |
tree | 62a0492737cc586d098280a9ba893f8b1f39d9e6 /x11-wm/ratpoison | |
parent | 50473025e1c9dbc176ce8e99acdb1e3cc47bf153 (diff) | |
download | ports-2ea57abc9d615a90843ae45053e883f2a99daacc.tar.gz ports-2ea57abc9d615a90843ae45053e883f2a99daacc.zip |
Notes
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/Makefile | 2 |
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 " |