> I expected some comment about the Makefile; how about doing
>
> post-extract:
> (cd ${WRKDIR} && ln -s faad2 ${DISTNAME})
>
> instead of
>
> WRKSRC= ${WRKDIR}/faad2
> WRKDIST= ${WRKSRC}
>
> What is considered "best pratice"?
Just WRKDIST=${WRKDIR}/faad2 ?