K 10 svn:author V 5 danfe K 8 svn:date V 27 2011-11-23T14:32:03.000000Z K 7 svn:log V 630 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 END