edwin 2008-07-05 02:49:58 UTC
FreeBSD ports repository
Modified files:
games/tome Makefile pkg-plist
Added files:
games/tome/files pkg-deinstall.in
Log:
[patch] games/tome package-building is broken
The package by make package will install fine but it's not
possible to start the game. make install runs T.o.M.Es own
install script which changes file permissions. This is not
done using the binary package. To fix this I have added the
corresponding @exec directives to the pkg-plist.
While here I added the creation of the plot directory which
is not part of the binary package.
While here I replaced @dirrm with @dirrmtry directives to
make the deinstall less verbose. Problem is T.o.M.E spams
the %%DATADIR%% so it won't deinstall cleanly. To make the
user aware of this I added a pkg-deinstall script which
will emit a corresponding message.
PR: ports/125194
Submitted by: Tobias Rehbein <[EMAIL PROTECTED]>
Approved by: Peter Thoenen <[EMAIL PROTECTED]>
Revision Changes Path
1.20 +3 -0 ports/games/tome/Makefile
1.1 +12 -0 ports/games/tome/files/pkg-deinstall.in (new)
1.11 +29 -24 ports/games/tome/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"