Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2011 14:32:03 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games/warsow Makefile pkg-plist
Message-ID:  <201111231432.pANEW3H3065297@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111231432.pANEW3H3065297>