diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-22 14:30:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-22 14:30:54 +0000 |
commit | 9f8f994ef4a6e002803ac44283708e2a1f2617cd (patch) | |
tree | 00c5e29fb1ae6d13860a885f3a9bfeee6a20ede8 /x11/kdebase4-runtime | |
parent | The ipv6socket_scrub utility searches recursively through (diff) |
Oops, fix miscommit of patch.
Notes
Notes:
svn path=/head/; revision=57984
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r-- | x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.am | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.am b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.am index cec8811180c8..53dc3b6ef6bf 100644 --- a/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.am +++ b/x11/kdebase4-runtime/files/patch-kdm-kfrontend-Makefile.am @@ -1,11 +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 +--- 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 |