summaryrefslogtreecommitdiff
path: root/chat/p5-Net-AIM
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-27 22:35:00 +0000
committerjoerg <joerg>2015-06-27 22:35:00 +0000
commit1166a0fdd35aa0af7a9f379fc45448ff37455252 (patch)
tree49515b34d94da3a87205ee7cbb355c015af548d6 /chat/p5-Net-AIM
parent1394ee20dc065ba7a4c51399eed0d6a9beaf94b9 (diff)
downloadpkgsrc-1166a0fdd35aa0af7a9f379fc45448ff37455252.tar.gz
Kill a symlink from the distfile that prevents build with Perl 5.22.
Diffstat (limited to 'chat/p5-Net-AIM')
-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"