No build test port problem

Iskander Zemmouri izemmouri91 at gmail.com
Sun Apr 2 20:10:11 UTC 2017


Hi,

I'm trying to package some scripts together. I run into problems because my
do-install target installs the necessary files from ${WRKSRC}, so when I
try to make the package, it complains that the appropriate files are not in
the 'stage' directory.

How can I fix this?

I might help to know what the makefile looks like, so it's as simple as
this:

NO_BUILD=yes

do-instasll:
 ${INSTALL_DATA} ${WRKSRC}/foo ${PREFIX}/foo

.include <bsd.port.mk>

Thanks.
Iskander


More information about the freebsd-questions mailing list