mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make this port actually work:
. install the data files, too :) . make acm complain if it cannot find a data file, instead of dump core . moved the data file location to where all X11 programs used to have it . try working around some floating point problems by masking all FP exceptions (yes, i know that it's ugly, but i won't like to go and fix acm -- it's way too huge for me)
This commit is contained in:
parent
6f126de6ed
commit
4b50fc6732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1424
1 changed files with 8 additions and 9 deletions
|
@ -4,13 +4,12 @@ man/man1/acm.1.gz
|
|||
@mode 555
|
||||
bin/acms
|
||||
bin/acm
|
||||
@cd /usr/games
|
||||
@mode 444
|
||||
lib/acm/aim-9
|
||||
lib/acm/bullet
|
||||
lib/acm/f16
|
||||
lib/acm/mig23
|
||||
lib/acm/mtn
|
||||
lib/acm/rwy
|
||||
lib/acm/rwy2
|
||||
lib/acm/tower
|
||||
lib/X11/acm/aim-9
|
||||
lib/X11/acm/bullet
|
||||
lib/X11/acm/f16
|
||||
lib/X11/acm/mig23
|
||||
lib/X11/acm/mtn
|
||||
lib/X11/acm/rwy
|
||||
lib/X11/acm/rwy2
|
||||
lib/X11/acm/tower
|
||||
|
|
Loading…
Add table
Reference in a new issue