#!/bin/sh if [ "$2" = "POST-INSTALL" ]; then mkdir -p ${PKG_PREFIX}/share/games SCORES="gweled.easy.scores gweled.timed.scores" for i in ${SCORES}; do if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then touch -f ${PKG_PREFIX}/share/games/${i} chown games:games ${PKG_PREFIX}/share/games/${i} chmod 0664 ${PKG_PREFIX}/share/games/${i} fi done fi -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-minqa
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
* qa: add check for NO_ARCHdbn2017-06-191-1/+2
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1