| Summary: | Build failure for irc/irssi due to STAGE support | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Kevin Zheng <kevinz5000> |
| Component: | Individual Port(s) | Assignee: | Vanilla I. Shu <vanilla> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Kevin Zheng
2013-10-05 23:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool) Author: vanilla Date: Sun Oct 6 02:51:04 2013 New Revision: 329525 URL: http://svnweb.freebsd.org/changeset/ports/329525 Log: Fix build pageage. PR: ports/182720 Submitted by: Kevin Zheng <kevinz5000 at gmail.com> Modified: head/irc/irssi/Makefile Modified: head/irc/irssi/Makefile ============================================================================== --- head/irc/irssi/Makefile Sun Oct 6 01:31:15 2013 (r329524) +++ head/irc/irssi/Makefile Sun Oct 6 02:51:04 2013 (r329525) @@ -80,6 +80,10 @@ post-patch: post-configure: @${MV} ${WRKSRC}/irssi.conf ${WRKSRC}/irssi.conf.sample +pre-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules + post-install: @${ECHO_MSG} "You may install x11-themes/irssi-themes for" @${ECHO_MSG} " additional themes." _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks. |