ports/x11/kde4-workspace/files/patch-kdm::kfrontend::Makefile.am
Pete Fritchman f836caf7c1 - 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>
2001-12-14 06:13:10 +00:00

15 lines
540 B
Text

--- 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