Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NVIDIA option from Linux ports now that the nvidia-driver can be | tijl | 2016-11-04 | 1 | -13/+4 |
* | - In Uses/linux.mk use the loop variable directly when appending to | tijl | 2016-09-07 |
--- 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 f='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NVIDIA option from Linux ports now that the nvidia-driver can be | tijl | 2016-11-04 | 1 | -13/+4 |
* | - In Uses/linux.mk use the loop variable directly when appending to | tijl | 2016-09-07 |