Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 17:28:42 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384373 - head/net-im/p5-Net-AIM
Message-ID:  <201504201728.t3KHSguc075721@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Apr 20 17:28:42 2015
New Revision: 384373
URL: https://svnweb.freebsd.org/changeset/ports/384373

Log:
  Fix build.
  
  ===>  Configuring for p5-Net-AIM-1.22_1
  /wrkdirs/usr/ports/net-im/p5-Net-AIM/work/Net-AIM-1.22/Net is a recursive symbolic link at /usr/local/lib/perl5/5.21/File/Find.pm line 88.
  Checking if your kit is complete...
  *** Error code 255
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/net-im/p5-Net-AIM/Makefile

Modified: head/net-im/p5-Net-AIM/Makefile
==============================================================================
--- head/net-im/p5-Net-AIM/Makefile	Mon Apr 20 17:26:28 2015	(r384372)
+++ head/net-im/p5-Net-AIM/Makefile	Mon Apr 20 17:28:42 2015	(r384373)
@@ -17,4 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-extract:
+	@${RM} -f ${WRKSRC}/Net
+
 .include <bsd.port.mk>



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