diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-14 06:13:10 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-14 06:13:10 +0000 |
commit | f836caf7c119f58f2c213a24ce7e6243f363bfde (patch) | |
tree | 38f0d5b10d3418792c04e662c1508521e1f5a5fe /x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am | |
parent | Apply patch for -a option. (diff) |
- better kdmrc config file handling:
* install kdmrc.dist and copy to kdmrc if it doesn't already exist. don't
clobber user's custom kdmrc settings.
* always install the scripts, even if the config directory exists
* always generate the scripts (add --no-old)
- remove rcsid from patch so it applies cleanly
- bump PORTREVISION
PR: 32537, 32660
Submitted by: Alan Eldridge <alane@geeksrus.net>
Diffstat (limited to 'x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am')
-rw-r--r-- | x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am b/x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am new file mode 100644 index 000000000000..c5274c1096ac --- /dev/null +++ b/x11/kde4-runtime/files/patch-kdm::kfrontend::Makefile.am @@ -0,0 +1,15 @@ +--- kdm/kfrontend/Makefile.am.~1.21.~ Sun Jul 29 00:56:28 2001 ++++ kdm/kfrontend/Makefile.am Mon Dec 10 01:08:15 2001 +@@ -25,10 +25,8 @@ + genkdmconf_LDADD = $(LIB_X11) + + install-data-local: +- @if test ! -d $(DESTDIR)$(kde_confdir)/kdm; then \ +- $(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm; \ +- ./genkdmconf --in $(DESTDIR)$(kde_confdir)/kdm; \ +- fi ++ -$(mkinstalldirs) $(DESTDIR)$(kde_confdir)/kdm ++ ./genkdmconf --no-old --in $(DESTDIR)$(kde_confdir)/kdm + + messages: + $(XGETTEXT) $(kdm_greet_SOURCES) -o $(podir)/kdmgreet.pot |