diff options
author | tobez <tobez@FreeBSD.org> | 2009-07-30 01:17:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-07-30 01:17:46 +0800 |
commit | 0a794e621a627df8bcfca2d221550766a348f5f9 (patch) | |
tree | aa2613436bb510fd2253e495d97a23cb58bfd5d2 | |
parent | 89784ba005c66ebb9595811b330486ba47cf012f (diff) | |
download | freebsd-ports-gnome-0a794e621a627df8bcfca2d221550766a348f5f9.tar.gz freebsd-ports-gnome-0a794e621a627df8bcfca2d221550766a348f5f9.tar.zst freebsd-ports-gnome-0a794e621a627df8bcfca2d221550766a348f5f9.zip |
Work around a bug in inc::Module::Install bundled with this
distribution. Grrrr.
Noticed by: erwin, QAT
-rw-r--r-- | deskutils/p5-Data-ICal/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/p5-Data-ICal/Makefile b/deskutils/p5-Data-ICal/Makefile index fc6c0dc19998..ba233a3bdb62 100644 --- a/deskutils/p5-Data-ICal/Makefile +++ b/deskutils/p5-Data-ICal/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-ICal PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,4 +40,7 @@ MAN3= Data::ICal.3 \ Data::ICal::Entry::Todo.3 \ Data::ICal::Property.3 +post-extract: + @${PERL} -i -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> |