pkgsrc-Bugs archive

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

Re: pkg/44425: devel/lua-alt-getopt install problem



 >>  cd /var/obj/pkgsrc/devel/lua-alt-getopt/work/lua_alt_getopt_sources
 >>  make list-vars VARS=INSTALL
 >>
 >>Does it differ from /usr/bin/install?
>  
>  % make list-vars VARS=INSTALL
>  INSTALL=/usr/bin/install
>  %

I expect the following will show -N

  make list-vars VARS=INSTALL_FILE

On my system bsd.files.mk uses INSTALL_FILE for instaling.

 >>> the resulting ball of strings.
 >>
 >>I understand the difference. I don't know exactly why 'install -N ...'
 >>is called on your system but I don't like the way Matthias solved 44415.
>  
>  Well, I guess the alternative is to teach <bsd.own.mk>

Try to convert your mk.conf from

   .ifdef BSD_PKG_MK
   # p[kgsrc settings here
   .endif
   # NetBSD settings here

to

   .ifdef BSD_PKG_MK
    # pkgsrc settings here
   .else
    # NetBSD settings here
   .endif

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index