diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-17 07:20:40 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-17 07:20:40 +0000 |
commit | f352844dfa2b245910852d285541786fee7a56a4 (patch) | |
tree | 413949583f9af9b64ed4535da9cb6a331d653dc3 /games | |
parent | eee40fe0fa6ccd280e018f4b953a66771a45f5f3 (diff) | |
download | FreeBSD-ports-f352844dfa2b245910852d285541786fee7a56a4.zip FreeBSD-ports-f352844dfa2b245910852d285541786fee7a56a4.tar.gz |
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)
Diffstat (limited to 'games')
-rw-r--r-- | games/acm/pkg-plist | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/games/acm/pkg-plist b/games/acm/pkg-plist index 05a9528..ea6d629 100644 --- a/games/acm/pkg-plist +++ b/games/acm/pkg-plist @@ -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 |