svn commit: r343735 - head/irc/irssi

Antoine Brodin antoine at FreeBSD.org
Tue Feb 11 12:23:47 UTC 2014


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>


More information about the svn-ports-head mailing list