diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-22 08:53:31 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-22 08:53:31 +0000 |
commit | 5cd78d6b1ba0dc786d4407ef92fa92bb655de3f0 (patch) | |
tree | d63db1dcbd16bb0a7d9afbb5f1a1549b43e00d7b /x11/kdebase3 | |
parent | b8e57311b10587dcd0fa548074d0263eaff83736 (diff) | |
download | ports-5cd78d6b1ba0dc786d4407ef92fa92bb655de3f0.tar.gz ports-5cd78d6b1ba0dc786d4407ef92fa92bb655de3f0.zip |
Notes
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/files/patch-kdm-kfrontend-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.am b/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.am new file mode 100644 index 000000000000..cec8811180c8 --- /dev/null +++ b/x11/kdebase3/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 |