svn commit: r329525 - head/irc/irssi
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Oct 6 02:51:05 UTC 2013
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."
More information about the svn-ports-head
mailing list