1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

* Update to 0.66.

* DOCSDIR and EXAMPLESDIR fixes in Makefile and pkg-plist.

PR:		57308
Submitted by:	Martin Matuska <martin@tradex.sk>
This commit is contained in:
Christian Weisgerber 2003-09-28 12:17:51 +00:00
parent a199ec4230
commit ba9ce94349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89663
3 changed files with 17 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= File-Scan
PORTVERSION= 0.62
PORTVERSION= 0.66
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File/HDIAS
@ -19,8 +19,6 @@ PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= File::Scan.3
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)

View File

@ -1 +1 @@
MD5 (File-Scan-0.62.tar.gz) = 38209ae025c959f77285018798c0c67b
MD5 (File-Scan-0.66.tar.gz) = 6cfc79c487f377c993d898e6d09d1f1d

View File

@ -1,19 +1,20 @@
@comment $FreeBSD$
lib/perl5/site_perl/%%PERL_VER%%/File/Scan.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan/.packlist
%%PORTDOCS%%share/doc/p5-File-Scan/Changes
%%PORTDOCS%%share/doc/p5-File-Scan/FAQ
%%PORTDOCS%%share/doc/p5-File-Scan/README
%%PORTDOCS%%share/doc/p5-File-Scan/TODO
%%PORTDOCS%%share/doc/p5-File-Scan/docs/write_sign_bin.txt
share/examples/p5-File-Scan/latest.pl
share/examples/p5-File-Scan/scan.pl
share/examples/p5-File-Scan/procmail/.procmailrc
share/examples/p5-File-Scan/procmail/README
share/examples/p5-File-Scan/procmail/scanvirus.pl
@dirrm share/examples/p5-File-Scan/procmail
@dirrm share/examples/p5-File-Scan
%%PORTDOCS%%@dirrm share/doc/p5-File-Scan/docs
%%PORTDOCS%%@dirrm share/doc/p5-File-Scan
%%PORTDOCS%%%%DOCSDIR%%/Changes
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/docs/write_sign_bin.txt
%%EXAMPLESDIR%%/latest.pl
%%EXAMPLESDIR%%/scan.pl
%%EXAMPLESDIR%%/procmail/.procmailrc
%%EXAMPLESDIR%%/procmail/README
%%EXAMPLESDIR%%/procmail/scanvirus.pl
@dirrm %%EXAMPLESDIR%%/procmail
@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true