Subject: Re: xmms Solaris fixes
To: grant beattie <grant@netbsd.org>
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
List: tech-pkg
Date: 11/27/2002 11:38:05
On Wed, Nov 27, 2002 at 04:14:12PM +1100, grant beattie wrote:
> > +.if ${OPSYS} == "SunOS"
> > +PLIST_SRC= ${PKGDIR}/PLIST.SunOS
> > .endif
>
> We should probably standardize these conditionals to be:
>
> .if exists(${PKGDIR}/PLIST.${OPSYS})
> PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
>
> At the moment, we have a sprinkling of PLIST-${OPSYS},
> PLIST.${LOWER_OPSYS}, etc. so I'll try to clean these up shortly.
PLIST_SRC= or PLIST_SRC+=?
How about similar stuff for MACHINE_ARCH?
[I take it you talk about adding stuff to bsd.pkg.mk?]
Thomas
--
Thomas Klausner - wiz@danbala.ifoer.tuwien.ac.at
Main Rule of Usenet: Never argue with idiots. They drag you down to
their level, then beat you with experience.