diff options
author | will <will@FreeBSD.org> | 2002-04-22 08:53:31 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-22 08:53:31 +0000 |
commit | 99cf212df3d5eae27c8405e82165fac39c0d981d (patch) | |
tree | 6ccd89b5a087e15a7ba59395634a42c84af3428f /x11/kde4-workspace | |
parent | b229cdf7a5eb7e96bdb0e75c1d15db10d77e98e5 (diff) | |
download | FreeBSD-ports-99cf212df3d5eae27c8405e82165fac39c0d981d.zip FreeBSD-ports-99cf212df3d5eae27c8405e82165fac39c0d981d.tar.gz |
Fix kdm config file upon install.
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am new file mode 100644 index 0000000..cec8811 --- /dev/null +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-Makefile.am @@ -0,0 +1,11 @@ ++--- kdm/kfrontend/Makefile.am.orig Sat Jan 26 10:59:54 2002 +++++ kdm/kfrontend/Makefile.am Mon Apr 22 04:29:14 2002 ++@@ -27,7 +27,7 @@ ++ ++ install-data-local: ++ @$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm ++- @./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm +++ @./genkdmconf --no-old --in $(DESTDIR)$(kde_confdir)/kdm ++ ++ messages: ++ $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot |