diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-07-20 11:39:02 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-07-20 11:39:02 +0000 |
commit | c41d75626a68d82cb0cce81382a877e739b5a650 (patch) | |
tree | 55bdcd3e6a02934197554f1158c5acb39c325126 /security | |
parent | aa0d0d585fc7266d58ea2ee0156e66cd92cdc6be (diff) | |
download | ports-c41d75626a68d82cb0cce81382a877e739b5a650.tar.gz ports-c41d75626a68d82cb0cce81382a877e739b5a650.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/uvscan-dat/files/update_dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/uvscan-dat/files/update_dat b/security/uvscan-dat/files/update_dat index 1d485a966e7c..171149e601be 100644 --- a/security/uvscan-dat/files/update_dat +++ b/security/uvscan-dat/files/update_dat @@ -2,7 +2,7 @@ # # $Id$ # -cd /usr/local/libexec/uvscan/ +cd @PREFIX@/libexec/uvscan/ ftp http://download.nai.com/products/datfiles/4.x/nai/update.ini >/dev/null AVVER=`grep DATVersion update.ini | head -1 | cut -f2 -d= | sed -e 's/^\(4[0-9]*\).$/\1/'` if [ ! -f dat-$AVVER.tar ]; then |