summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-15 17:40:51 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-15 17:40:51 +0000
commit8cf1555e383d5c7fcdade34466f07f709685a708 (patch)
tree57b351f542acfe22a2515cfcb14af877f7a0280f
parentSorry. Just repacked. I had something I forgot to change. ;) (diff)
USE_PERL5 + do-configure: ==> PERL_CONFIGURE.
Fix this port for -current. Submitted by: bento logs
Notes
Notes: svn path=/head/; revision=46290
-rw-r--r--devel/p5-IO/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-IO/Makefile b/devel/p5-IO/Makefile
index d900fc133b9e..3230dbb7b0b6 100644
--- a/devel/p5-IO/Makefile
+++ b/devel/p5-IO/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IO
-PORTVERSION= 1.20
+PORTVERSION= 1.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
@@ -14,17 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
-USE_PERL5= yes
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= POLLUTE=1
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= IO::Pipe.3 IO::Dir.3 IO::Select.3 IO::File.3 IO.3 IO::Poll.3\
IO::Socket::INET.3 IO::Socket.3 IO::Handle.3 \
IO::Socket::UNIX.3 IO::Seekable.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX}\
- CC="${CC}" CCFLAGS="${CFLAGS}"
-
.include <bsd.port.mk>