diff options
Diffstat (limited to 'devel/p5-ReadLine-Perl')
-rw-r--r-- | devel/p5-ReadLine-Perl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/p5-ReadLine-Perl/Makefile b/devel/p5-ReadLine-Perl/Makefile index aab273c036d0..88e8e1a15eb7 100644 --- a/devel/p5-ReadLine-Perl/Makefile +++ b/devel/p5-ReadLine-Perl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ReadLine-Perl PORTVERSION= 1.0303 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Term @@ -16,9 +16,4 @@ COMMENT= Perl 5 module for Term::ReadLine editing without GNU readline USES= perl5 USE_PERL5= configure -post-install: - # this port and devel/p5-ReadLine-Perl-TTYtter both install same file - # teach this port don't install this file and resolve conflict - ${RM} ${STAGEDIR}/${SITE_PERL}/${PERL_ARCH}/auto/Term/ReadLine/.packlist - .include <bsd.port.mk> |