tech-pkg archive

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

Re: Building a package needing the workdir of another package



On Tue, Feb 24, 2009 at 03:35:37PM +0100, Edgar Fu? wrote:
> DISTFILES=            ${DISTNAME}${EXTRACT_SUFX}

DISTFILES=      ${DEFAULT_DISTFILES

> CONFIGURE_DIRS=               .
> BUILD_DIRS=           .
> INSTALL_DIRS=         .

This sounds wrong. At the very least they should be ${WRKSRC}.
Only specify those you really want to modify.

> PLIST_SRC=            ${PKGDIR}/PLIST

PLIST_SRC=      ${PLIST_SRC_DFLT}

Rest looks reasonable.

Joerg


Home | Main Index | Thread Index | Old Index