summaryrefslogtreecommitdiff
path: root/games/xmine/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't XawAsciiSourceFreeString() the value previously obtained withJoerg Wunsch2000-02-192-0/+160
| | | | | | | | | | | | | a XawDialogGetValueString(); this is apparently no longer permissible (the docs say it gets automatically freed by XawDialogGetValueString()). PR: ports/12490 While i was at it, i also added WM_DELETE_WINDOW hooks so all the toplevels can be deleted by usual window manager actions. Notes: svn path=/head/; revision=26017
* Have manpage installed in man6 where games belong.David E. O'Brien1997-01-032-15/+19
| | | | | | | and some /usr/local hardcodings --> ${PREFIX} Notes: svn path=/head/; revision=5191
* The new-style port for Paul Falstad's xminesweeper, hereJoerg Wunsch1994-12-262-0/+72
my Xaw-only version. Notes: svn path=/head/; revision=618