From owner-svn-ports-all@freebsd.org Fri Dec 4 16:25:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7611FA41FD7 for ; Fri, 4 Dec 2015 16:25:33 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (fiveseven.neocoil.com [12.31.100.157]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F186D12FC for ; Fri, 4 Dec 2015 16:25:32 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 9295 invoked by uid 89); 4 Dec 2015 16:25:24 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Dec 2015 16:25:24 -0000 Received: (qmail 9283 invoked by uid 89); 4 Dec 2015 16:25:06 -0000 Received: by simscan 1.3.1 ppid: 9275, pid: 9279, t: 0.1024s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 4 Dec 2015 16:25:06 -0000 Received: (qmail 18589 invoked by uid 89); 4 Dec 2015 16:25:13 -0000 Received: by simscan 1.4.0 ppid: 18513, pid: 18575, t: 0.6028s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 4 Dec 2015 16:25:13 -0000 From: Jan Beich To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r402994 - head/games/vegastrike References: <201512041523.tB4FND2S068316@repo.freebsd.org> Date: Fri, 04 Dec 2015 17:25:03 +0100 In-Reply-To: <201512041523.tB4FND2S068316@repo.freebsd.org> (John Marino's message of "Fri, 4 Dec 2015 15:23:13 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 16:25:33 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable John Marino writes: > -PLIST_FILES=3D bin/vegastrike bin/vssetup bin/vegaserver > +BIN_FILES=3D bin/vegastrike bin/vssetup bin/vegaserver > +FLIST_FILES=3D ${BIN_FILES} Typo: FLIST_FILES vs. PLIST_FILES. > PORTDOCS=3D README >=20=20 > OPTIONS_DEFINE=3D MESHER > @@ -53,7 +54,7 @@ post-patch: > ${WRKSRC}/configure >=20=20 > do-install: > - ${INSTALL_PROGRAM} ${PLIST_FILES:S|bin|${WRKSRC}|} \ > + ${INSTALL_PROGRAM} ${BIN_FILES:S|bin|${WRKSRC}|} \ > ${STAGEDIR}${PREFIX}/bin Why not just prepend :Mbin/* ? ${PLIST_FILES:Mbin/*:S|bin|${WRKSRC}|} or ${PLIST_FILES:Mbin/*:T:S|^|${WRKSRC}/|} --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWYb5fXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bpZAIAMc/x7eFuIKp3G5vgrF5JPe7 sBSaeF6XVy9MRMZyOLLUPeXklo1VLTrdtx4xrdtIHd6/Z7u+d3u9+kQNj0GkuqFZ Lvll0i3KDvc3Q1J/LsgNieuHCqPNQpFMEkmEjCGo7wtiWizW9Z+txmq3XRsgdYCe ODEYS0xIqYQRY55HZhUm5dmTFgutK/XDJLrVdBl81WHvbJrIZmFNyNnsaM7+fDhc E9vrBfl/QjfOEsFYvaf+wBVSqzdeHpRFTfOacktXelbCPiTmceU6qYVAH++VSAzt fsq5EXYuFbCAUYToHszrUVPwRLihbWm+opa3D+1a+PilopsDJRWuu9Mg9ErSQmA= =3F3F -----END PGP SIGNATURE----- --=-=-=--