makes these ports "portlint clean".

This commit is contained in:
Yen-Ming Lee 2004-01-05 17:36:58 +00:00
parent 95356759a8
commit e3e0412b75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97379
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= Net-XWhois
PORTVERSION= 0.90
PORTREVISION= 2
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@ -21,6 +21,6 @@ PERL_CONFIGURE= YES
MAN3= Net::XWhois.3
post-patch:
@${FIND} ${WRKSRC} -type f -name "*.orig" -exec rm -f "{}" ";"
@${FIND} ${WRKSRC} -type f -name -a "*.orig" -delete
.include <bsd.port.mk>

View File

@ -29,8 +29,8 @@ post-patch:
@${REINPLACE_CMD} -e 's,/news,${PREFIX}/news,g' ${WRKSRC}/cleanfeed*
do-install:
.for file in bad_adult_paths bad_cancel_paths bad_hosts bad_paths cleanfeed cleanfeed.local.sample
@${INSTALL_DATA} ${WRKSRC}/${file} ${LOCALBASE}/news/bin/filter
.for f in bad_adult_paths bad_cancel_paths bad_hosts bad_paths cleanfeed cleanfeed.local.sample
@${INSTALL_DATA} ${WRKSRC}/${f} ${LOCALBASE}/news/bin/filter
.endfor
@cd ${LOCALBASE}/news/bin/filter; ${LN} -f cleanfeed filter_innd.pl

View File

@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Perl version of Nilsimsa code
COMMENT= Perl version of Nilsimsa code
PERL_CONFIGURE= yes