mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
* 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>
15 lines
540 B
Text
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
|