mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
663a202941
- New chipset supported: S3 Savage3D (I have not tested it personally); - Improved support for already supported chipsets; - Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the promise, the project had not released its magic 1.0 version (promised to be about 3 months ago); - Catch change of the Mesa3 version.
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
--- Makefile.in.orig Thu Aug 24 16:53:45 2000
|
|
+++ Makefile.in Thu Aug 24 21:46:36 2000
|
|
@@ -44,7 +44,8 @@
|
|
done
|
|
${MKDIR} ${DESTDIR}${sysconfdir}
|
|
test -s ${DESTDIR}${sysconfdir}/glx.conf || \
|
|
- ${INSTALL} -m 644 glx.conf ${DESTDIR}${sysconfdir}/glx.conf
|
|
+ ${INSTALL} -c -m 644 glx.conf ${DESTDIR}${sysconfdir}/glx.conf
|
|
+ ${INSTALL} -c -m 644 glx.conf ${DESTDIR}${sysconfdir}/glx.conf.default
|
|
|
|
real-clean:
|
|
${RM} config.status config.cache config.log
|