svn commit: r384373 - head/net-im/p5-Net-AIM

Mathieu Arnold mat at FreeBSD.org
Mon Apr 20 17:28:43 UTC 2015


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>


More information about the svn-ports-all mailing list