#!/bin/sh if test "$2" = "POST-INSTALL"; then cat << EOF >> ${PKG_PREFIX}/lib/mozilla/chrome/installed-chrome.txt skin,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/ locale,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/ content,install,url,jar:resource:/chrome/enigmime.jar!/content/enigmime/ skin,install,url,jar:resource:/chrome/enigmail.jar!/content/enigmail/ locale,install,url,jar:resource:/chrome/enigmail.jar!/content/enigmail/ content,install,url,jar:resource:/chrome/enigmail.jar!/content/enigmail/ skin,install,url,jar:resource:/chrome/enigmail-skin.jar!/skin/modern/enigmail/ skin,install,url,jar:resource:/chrome/enigmail-skin.jar!/skin/classic/enigmail/ locale,install,url,jar:resource:/chrome/enigmail.jar!/locale/en-US/enigmail/ EOF fi ts-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsdgames
Commit message (Expand)AuthorAgeFilesLines
* Use MASTER_SITES macro for LOCALadamw2015-03-251-2/+1
* Add two patches from DragonFlyBSD trunk:adamw2015-03-253-0/+122
* Update to bsdgames from DragonFlyBSD 4.0.5.adamw2015-03-252-5/+10
* Revert the contents of r374674, as it broke packaging as a regularadamw2014-12-142-49/+43
* Since r367027, the setgid games have been installed as setgid rootadamw2014-12-141-3/+2
* Fix a bounds-checking typo in trek. The number of sectors was being usedadamw2014-12-122-1/+16
* Rename bs and fish to avoid conflicts with games/bs and shells/fish.adamw2014-12-072-14/+17
* Remove useless @cwdbapt2014-09-022-33/+35
* Update bsdgames to DragonflyBSD 3.8.2.adamw2014-08-303-6/+6
* The decision to move the savedata into ${PREFIX} did not go overadamw2014-07-242-15/+10
* Update to 3.8.1. Along with this, savegame data is now inadamw2014-07-228-86/+90
* Stage, simplify, and put everything in /var/games as a @sample so thatadamw2014-07-224-118/+85
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* - Add CONFLICTS with games/hangmanamdmi32013-09-241-0/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix build on currentbapt2013-05-06