From owner-cvs-all@FreeBSD.ORG Wed Nov 23 14:32:03 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A985A106566C; Wed, 23 Nov 2011 14:32:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81D968FC08; Wed, 23 Nov 2011 14:32:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pANEW3TC065298; Wed, 23 Nov 2011 14:32:03 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pANEW3H3065297; Wed, 23 Nov 2011 14:32:03 GMT (envelope-from danfe) Message-Id: <201111231432.pANEW3H3065297@repoman.freebsd.org> From: Alexey Dokuchaev Date: Wed, 23 Nov 2011 14:32:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/warsow Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 14:32:03 -0000 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)