Date: Mon, 3 Feb 2014 23:00:01 GMT From: "C Hutchinson" <portmaster@bsdforge.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/186431: BROKEN www/hiawatha fails to start after make install: Error creating work directory '/usr/local/var/lib/hiawatha' [FIXED] Message-ID: <201402032300.s13N01hi096854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186431; it has been noted by GNATS. From: "C Hutchinson" <portmaster@bsdforge.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186431: BROKEN www/hiawatha fails to start after make install: Error creating work directory '/usr/local/var/lib/hiawatha' [FIXED] Date: Mon, 3 Feb 2014 14:53:40 -0800 (PST) Found the problen and Solution The cure can be created within www/hiawatha/Makefile find the line containing: PLIST_SUB+= ECHO_MSG=${ECHO_MSG} and change into: PLIST_SUB+= ECHO_MSG=${ECHO_MSG} NO_STAGE= yes save, and make install as normal.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402032300.s13N01hi096854>