pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Help with creating a Qt package
On Saturday 15 March 2008 13:14:04 Joerg Sonnenberger wrote:
> WRKSRC= ${WRKDIR}/kmp
Thanks. Another question, the software Makefile contains the following line to
install the binaries
install: $(name)
@install -vD $(name) $(prefix)/bin/$(name)
however BSD install does not support those options, I think they're for GNU
install, or something like that. So BSD install exits with errors. How do I
handle this, do I need to patch Makefile to cater for BSD install?
Home |
Main Index |
Thread Index |
Old Index