Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. | kwm | 2015-08-06 | 3 | -14/+11 |
* | Update GNOME to 3.14.2. | kwm | 2014-12-03 | 2 | -4/+4 |
#!/bin/sh if [ "X$2" = X"PRE-INSTALL" ]; then for d in /usr/local/man /usr/X11R6/man; do if [ -d ${d}/ja_JP.EUC ]; then if [ -d ${d}/ja ]; then (cd ${d}; tar cf - -C ja_JP.EUC . | tar xfp - -C ja; \ rm -rf ${d}/ja_JP.EUC; ln -s ja ja_JP.EUC ) else (cd ${d}; mv ja_JP.EUC ja; ln -s ja ja_JP.EUC ) fi fi done fi ication/atom+xml'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD. | kwm | 2015-08-06 | 3 | -14/+11 |
* | Update GNOME to 3.14.2. | kwm | 2014-12-03 | 2 | -4/+4 |