pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/xmenu Committer Request
Kevin Bloom <kevin.bloom%posteo.net@localhost> writes:
I have added this to pkgsrc.
> pkglint tells me to not use ${CP} as it isn't fast and can't
> overwrite read-only files. pkglint then tells me to use ${PAX}
> which looks to me to be used for directories mostly. In fact, I
> use it in another program I'm working on, wip/newsraft. Is it
> possible to use ${PAX} for one file? I just used ${INSTALL_MAN}
> and it seems happy enough.
Using INSTALL_MAN may not be 100% right as it really isn't a man page,
but some INSTALL_FOO seems right. As an example I tend to think it
should not be executable.
I just read bsd.pkg.mk and decided INSTALL_DATA is better as the owner
fits share/examples better, so I changed it (in main, after adding it).
Home |
Main Index |
Thread Index |
Old Index