K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-08-21T13:09:15.262645Z K 7 svn:log V 346 Some ports create their pkg-plist from post-install. USES=libtool removes .la files after that so pkg-plist ends up containing .la files that don't exist when the package is created. Move the patch-lafiles target in front of post-stage such that these ports can create their pkg-plist in post-stage. PR: 192753 Approved by: portmgr (antoine) END