diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-07-18 21:36:33 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-07-18 21:36:33 +0000 |
commit | 52c4a55a746076124089bf5446b3381b3b39f7ba (patch) | |
tree | 130f04f58f6018957b16bd326a3c5f4e83322ace /news | |
parent | c07ba4240f8e61359fb3db7fe018276c97939948 (diff) | |
download | ports-52c4a55a746076124089bf5446b3381b3b39f7ba.tar.gz ports-52c4a55a746076124089bf5446b3381b3b39f7ba.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index a71f250d7ae6..cde39c82f695 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS= ${BUILD_DEPENDS} @@ -22,4 +22,7 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= News::Newsrc.3 +pre-patch: + @${PERL} -pi -e '$$_ = "" if /^use 5.6/' ${WRKSRC}/Newsrc.pm + .include <bsd.port.mk> |