diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:44:49 +0000 |
commit | 5073598e5fb7a31389e0280c500a0661302e0b97 (patch) | |
tree | b6132769fab7a06c20cf2852637de1efe62ab702 /security/vscan | |
parent | da89f2c264f7a609434154d87f51bd032c0aeb60 (diff) | |
download | ports-5073598e5fb7a31389e0280c500a0661302e0b97.tar.gz ports-5073598e5fb7a31389e0280c500a0661302e0b97.zip |
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
Notes
Notes:
svn path=/head/; revision=30318
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 |