diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-01-27 16:42:47 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-01-27 16:42:47 +0000 |
commit | 3b38e588e15f3456c09ae4053e68c9bad93ad76a (patch) | |
tree | 87e9067d4399e9c0051950172a4405bd6568218e /security | |
parent | 934549607a7c7f7bc8a371feb1c46fe1586b86d0 (diff) | |
download | ports-3b38e588e15f3456c09ae4053e68c9bad93ad76a.tar.gz ports-3b38e588e15f3456c09ae4053e68c9bad93ad76a.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/uvscan-dat/Makefile | 8 | ||||
-rw-r--r-- | security/uvscan-dat/distinfo | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/uvscan-dat/Makefile b/security/uvscan-dat/Makefile index 69894706425a..cd019fef86b5 100644 --- a/security/uvscan-dat/Makefile +++ b/security/uvscan-dat/Makefile @@ -26,12 +26,12 @@ do-configure: do-install: ${MKDIR} ${PREFIX}/libexec/uvscan -.for file in clean.dat internet.dat names.dat scan.dat - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan +.for filename in clean.dat internet.dat names.dat scan.dat + ${INSTALL_DATA} ${WRKSRC}/${filename} ${PREFIX}/libexec/uvscan .endfor ${MKDIR} ${PREFIX}/share/doc/uvscan -.for file in reseller.txt packing.lst - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan +.for filename in reseller.txt packing.lst + ${INSTALL_DATA} ${WRKSRC}/${filename} ${PREFIX}/share/doc/uvscan .endfor ${INSTALL_SCRIPT} ${WRKDIR}/update_dat ${PREFIX}/sbin @${CAT} ${PKGMESSAGE} diff --git a/security/uvscan-dat/distinfo b/security/uvscan-dat/distinfo index d7fc6b15f9dc..6b2b91dfa5c2 100644 --- a/security/uvscan-dat/distinfo +++ b/security/uvscan-dat/distinfo @@ -1 +1,2 @@ MD5 (dat-4319.tar) = 97f841b3b271252287cad847a8fe7a3c +SIZE (dat-4319.tar) = 4014080 |