summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-06-27 22:35:00 +0000
committerjoerg <joerg@pkgsrc.org>2015-06-27 22:35:00 +0000
commitca6691352921021251b5427efa78c9bc08c3d5e5 (patch)
tree49515b34d94da3a87205ee7cbb355c015af548d6
parent993018d1be0762443600ea315dff305073fa64d4 (diff)
downloadpkgsrc-ca6691352921021251b5427efa78c9bc08c3d5e5.tar.gz
Kill a symlink from the distfile that prevents build with Perl 5.22.
-rw-r--r--chat/p5-Net-AIM/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/p5-Net-AIM/Makefile b/chat/p5-Net-AIM/Makefile
index dfcba300996..28a0439480e 100644
--- a/chat/p5-Net-AIM/Makefile
+++ b/chat/p5-Net-AIM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/06/12 10:48:28 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/06/27 22:35:00 joerg Exp $
DISTNAME= Net-AIM-1.22
PKGNAME= p5-${DISTNAME}
@@ -13,5 +13,9 @@ LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Net/AIM/.packlist
+# Bad symlink in 1.22's distfile
+post-extract:
+ ${RM} ${WRKSRC}/Net
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"