cvs commit: ports/games/tome Makefile pkg-plist ports/games/tome/files pkg-deinstall.in

Edwin Groothuis edwin at FreeBSD.org
Sat Jul 5 02:49:58 UTC 2008


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 <tobias.rehbein at web.de>
  Approved by:    Peter Thoenen <peter.thoenen at yahoo.com>
  
  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


More information about the cvs-all mailing list