Subject: Re: OWN_DIRS and PKG_CONFIG
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz.jul.vier@onlinehome.de>
List: tech-pkg
Date: 08/01/2004 01:00:18
Johnny C. Lam wrote:
> I took a look at mail/spamassassin/Makefile, and instead of:
>
> OWN_DIRS+= ${EGDIR} ${DOCDIR} ${DOCDIR}/spamd ${HTMLDIR}
>
> you can replace that with:
>
> INSTALLATION_DIRS= ${EGDIR} ${DOCDIR} ${DOCDIR}/spamd ${HTMLDIR}
Absolute directories (/*) are ignored but using ${EGDIR:S,^${PREFIX}/,,}
(similar for the other variables) for INSTALLATION_DIRS works.
ciao
Klaus