Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 12:23:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343735 - head/irc/irssi
Message-ID:  <201402111223.s1BCNlSQ078069@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 11 12:23:46 2014
New Revision: 343735
URL: http://svnweb.freebsd.org/changeset/ports/343735
QAT: https://qat.redports.org/buildarchive/r343735/

Log:
  - Fix packaging without perl [1]
  - Fix paths inside .packlist files [2]
  
  Reported by:	rotluchs [1], stage-qa [2]

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Tue Feb 11 11:33:24 2014	(r343734)
+++ head/irc/irssi/Makefile	Tue Feb 11 12:23:46 2014	(r343735)
@@ -82,7 +82,9 @@ post-configure:
 	@${MV} ${WRKSRC}/irssi.conf ${WRKSRC}/irssi.conf.sample
 
 post-install:
-	@${ECHO_MSG} "You may install x11-themes/irssi-themes for"
-	@${ECHO_MSG} " additional themes."
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/irssi/modules
+.if ${PORT_OPTIONS:MPERL}
+	@${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
+.endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111223.s1BCNlSQ078069>