mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
09b6e1b4b7
The driver is now in the pre-release stage, with first stable release scheduled within the one month or even less, so please test it hard and report bugs into utah's mailing list (see pkg/MESSAGE for details). Happy rendering!
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
--- Makefile.in.orig Wed Mar 22 22:25:54 2000
|
|
+++ Makefile.in Fri Apr 28 03:51:47 2000
|
|
@@ -40,7 +40,8 @@
|
|
( cd $$i && ${MAKE} $@ ) || exit 1; \
|
|
done
|
|
test -s ${sysconfdir}/glx.conf || \
|
|
- ${INSTALL} -m 644 glx.conf ${sysconfdir}/glx.conf
|
|
+ ${INSTALL} -c -m 644 glx.conf ${sysconfdir}/glx.conf
|
|
+ ${INSTALL} -c -m 644 glx.conf ${sysconfdir}/glx.conf.default
|
|
|
|
real-clean:
|
|
${RM} config.status
|