summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-04 19:43:15 +0000
committerjlam <jlam@pkgsrc.org>2007-09-04 19:43:15 +0000
commit061852ab916f1f2a19da6684290dff17303133bb (patch)
tree04a62801a15764163b0916a77287ae23b5bc3bc1 /security
parente696d7e2efbef06964a817ed25e71b0dc2717054 (diff)
downloadpkgsrc-061852ab916f1f2a19da6684290dff17303133bb.tar.gz
Apply fixes for substitution errors reported in PR pkg/36898 by Nicolas
Joly. Bump PKGREVISION due to fixed script update_dat.sh script.
Diffstat (limited to 'security')
-rw-r--r--security/uvscan/Makefile6
-rw-r--r--security/uvscan/files/update_dat.sh3
2 files changed, 4 insertions, 5 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index ec956d6568c..5a8ee6f57b2 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2007/07/29 05:19:50 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2007/09/04 19:43:15 jlam Exp $
DISTNAME= vlp4510e
PKGNAME= uvscan-5.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/v5.10/
EXTRACT_SUFX= .tar.Z
@@ -46,7 +46,7 @@ USE_TOOLS+= gtar:run
SUBST_CLASSES+= paths
SUBST_FILES.paths= update_dat.sh uvscan.sh
SUBST_VARS.paths= AWK BASENAME CP DATFILES ECHO GTAR MKDIR MV \
- PREFIX RM SED UVSCAN
+ PREFIX RM SED UVSCANDIR
SUBST_STAGE.paths= post-patch
post-extract:
diff --git a/security/uvscan/files/update_dat.sh b/security/uvscan/files/update_dat.sh
index 6879b765d26..154e309e08d 100644
--- a/security/uvscan/files/update_dat.sh
+++ b/security/uvscan/files/update_dat.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: update_dat.sh,v 1.4 2007/07/29 05:19:50 jlam Exp $
+# $NetBSD: update_dat.sh,v 1.5 2007/09/04 19:43:15 jlam Exp $
UVSCANDIR="@UVSCANDIR@"
DAT_SITE="http://download.nai.com/products/datfiles/4.x/nai/"
@@ -11,7 +11,6 @@ AWK="@AWK@"
BASENAME="@BASENAME@"
CP="@CP@"
ECHO="@ECHO@"
-GREP="@GREP@"
GTAR="@GTAR@"
MKDIR="@MKDIR@"
MV="@MV@"