Subject: Re: xorg-libs buildlink doesn't copy libraries [DragonFly]
To: None <xtoddx@gmail.com>
From: Juan RP <juan@xtraeme.nopcode.org>
List: tech-pkg
Date: 03/23/2005 23:45:13
On Wed, 23 Mar 2005 22:42:49 +0100
Juan RP <juan@xtraeme.nopcode.org> wrote:

> Hmm, I think I know what's the problem, try this patch:
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/pkgsrc/x11/xorg-libs/Makefile,v
> retrieving revision 1.16
> diff -b -u -r1.16 Makefile
> --- Makefile    22 Mar 2005 09:48:48 -0000      1.16
> +++ Makefile    23 Mar 2005 21:42:14 -0000
> @@ -60,6 +60,8 @@
>  PLIST_SRC+=    ${.CURDIR}/PLIST.${OPSYS}
>  PLIST_SRC+=    ${.CURDIR}/PLIST.${OPSYS}.i386
>  .  endif
> +.else
> +PLIST_SRC+=     ${.CURDIR}/PLIST.${OPSYS}
>  .endif
>  PLIST_SRC+=    ${.CURDIR}/PLIST.common
>  .if ${OPSYS} != "Darwin"

I've committed this patch for now, until we have dynamic PLISTs files.