diff options
author | leeym <leeym@FreeBSD.org> | 2004-03-20 09:58:39 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-03-20 09:58:39 +0800 |
commit | 883e9e0423e4a14035af6ad458671ebc7d32d5b2 (patch) | |
tree | 185d3a755db3947d2dc699753ee56498f3d3e44d /security/p5-File-Scan/Makefile | |
parent | 833f7c77d877923aa6898ee86c84c7a27aaf7078 (diff) | |
download | freebsd-ports-gnome-883e9e0423e4a14035af6ad458671ebc7d32d5b2.tar.gz freebsd-ports-gnome-883e9e0423e4a14035af6ad458671ebc7d32d5b2.tar.zst freebsd-ports-gnome-883e9e0423e4a14035af6ad458671ebc7d32d5b2.zip |
Update version 0.96
PR: 64487
Submitted by: Jim Shewmaker <jims@bluenotch.com>
Diffstat (limited to 'security/p5-File-Scan/Makefile')
-rw-r--r-- | security/p5-File-Scan/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile index ac3501208a6d..7b102cdaae1e 100644 --- a/security/p5-File-Scan/Makefile +++ b/security/p5-File-Scan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-Scan -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File/HDIAS @@ -25,16 +25,16 @@ post-install: .for file in Changes FAQ README TODO @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor -.for file in docs/write_sign_bin.txt - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/docs +.for f in docs/write_sign_bin.txt + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/docs .endfor .endif @${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/procmail -.for file in latest.pl scan.pl - @${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR} +.for f in latest.pl scan.pl + @${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} .endfor -.for file in procmail/.procmailrc procmail/README procmail/scanvirus.pl - @${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}/procmail +.for f in procmail/.procmailrc procmail/README procmail/scanvirus.pl + @${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}/procmail .endfor .include <bsd.port.mk> |