Date: Sun, 2 Apr 2017 22:10:09 +0200 From: Iskander Zemmouri <izemmouri91@gmail.com> To: freebsd-questions@freebsd.org Subject: No build test port problem Message-ID: <CA%2B1ivgQ7ENZN-mnvgDt=5kP1raGoaCrd7Y=ZvbL-YHzJQZUXfg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1ivgQ7ENZN-mnvgDt=5kP1raGoaCrd7Y=ZvbL-YHzJQZUXfg>
