tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Do not uncompress a distfile



> On May 21, 2021, at 4:41 PM, Roland Illig <roland.illig%gmx.de@localhost> wrote:
> 
> Since this package does not depend on DIST_SUBDIR, _DISTDIR is the same as DISTDIR.
> 
> In general, ${DISTDIR}/${DIST_SUBDIR} would be the correct replacement, just as in the definition in mk/fetch/bsd.fetch-vars.mk line 50.

Actually, it does.  

Does the following look like the best approach?  Or should I replace the wildcard with, for example, an explicit loop?

do-extract:
	${CP} ${DISTDIR}/${DIST_SUBDIR}/* ${WRKSRC}

Cheers,
Brook



Home | Main Index | Thread Index | Old Index