cvs commit: ports/games/warsow Makefile pkg-plist

Alexey Dokuchaev danfe at FreeBSD.org
Wed Nov 23 14:32:03 UTC 2011


danfe       2011-11-23 14:32:03 UTC

  FreeBSD ports repository

  Modified files:
    games/warsow         Makefile 
  Removed files:
    games/warsow         pkg-plist 
  Log:
  Convert pkg-list into PLIST_FILES/DIRS.  While static plists are good in a
  number of ways (e.g. greppability), in this particular case it was hardly
  useful feature: lots of PLIST_SUB's (literally, every line of pkg-plist is
  substituted up to four times).  It turned out that maintaining even a short
  plist like this one and keeping all PLIST_SUB's consistent causes just too
  much hassle.
  
  Also, this conversion allows us to drop WSWBIN variable and get executable
  list from PLIST_FILES directly with small make(1) magic, yet not damaging
  readability at the same time.  Makefile is considerably sorter now.  ;-)
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.25      +12 -24    ports/games/warsow/Makefile
  1.7       +0 -11     ports/games/warsow/pkg-plist (dead)


More information about the cvs-all mailing list