svn commit: r402994 - head/games/vegastrike

Jan Beich jbeich at vfemail.net
Fri Dec 4 16:25:33 UTC 2015


John Marino <marino at FreeBSD.org> writes:

> -PLIST_FILES=	bin/vegastrike bin/vssetup bin/vegaserver
> +BIN_FILES=	bin/vegastrike bin/vssetup bin/vegaserver
> +FLIST_FILES=	${BIN_FILES}

Typo: FLIST_FILES vs. PLIST_FILES.

>  PORTDOCS=	README
>  
>  OPTIONS_DEFINE=	MESHER
> @@ -53,7 +54,7 @@ post-patch:
>  		${WRKSRC}/configure
>  
>  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}/|}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20151204/16d94f14/attachment.bin>


More information about the svn-ports-all mailing list