diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-04 19:43:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-04 19:43:15 +0000 |
commit | 061852ab916f1f2a19da6684290dff17303133bb (patch) | |
tree | 04a62801a15764163b0916a77287ae23b5bc3bc1 /security/uvscan/Makefile | |
parent | e696d7e2efbef06964a817ed25e71b0dc2717054 (diff) | |
download | pkgsrc-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/uvscan/Makefile')
-rw-r--r-- | security/uvscan/Makefile | 6 |
1 files changed, 3 insertions, 3 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: |