diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 02:44:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 02:44:49 +0800 |
commit | a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266 (patch) | |
tree | 57b95de701909d59941064b443c6841bb6780144 /security/vscan | |
parent | 47986dea3435d7124d5e687b6200c3914d9bb0c3 (diff) | |
download | freebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.tar.gz freebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.tar.zst freebsd-ports-gnome-a3a6e29bc658b6b8b0425c3b0953fdf1e59eb266.zip |
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index ad54c240273f..42aa3b1975dc 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -10,7 +10,8 @@ PORTNAME= vscan PORTVERSION= 3.1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \ - ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^} + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= steve DISTNAME= nlxb318e EXTRACT_SUFX= .tar |