diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-27 22:35:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-27 22:35:00 +0000 |
commit | 54e4fdbb6eb608e43d539eb7c729e851edf64036 (patch) | |
tree | 49515b34d94da3a87205ee7cbb355c015af548d6 /chat | |
parent | 7c6189375e4c0ab9ba88a8ba63eca9f351115fbd (diff) | |
download | pkgsrc-54e4fdbb6eb608e43d539eb7c729e851edf64036.tar.gz |
Kill a symlink from the distfile that prevents build with Perl 5.22.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-Net-AIM/Makefile | 6 |
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" |