aboutsummaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2004-11-22 10:58:47 +0000
committerJames E. Housley <jeh@FreeBSD.org>2004-11-22 10:58:47 +0000
commit9413e05bf086daaa4a98faf5b6358df2e8b5d5c4 (patch)
treead28b1fdbe5dd82c3debbd5903a30f4a2fa7c9cc /security/vscan
parent4d7b43990f0befe8b499f3e9b2b14273c61d7823 (diff)
downloadports-9413e05bf086daaa4a98faf5b6358df2e8b5d5c4.tar.gz
ports-9413e05bf086daaa4a98faf5b6358df2e8b5d5c4.zip
Notes
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 970a27b221a0..42dbf2ac5e2c 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= uvscan
PORTVERSION= 4.40e
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/v4.40/
DISTNAME= vbsd440e
@@ -59,7 +60,7 @@ do-install:
.endif
post-install:
- ${LN} -sf ${PREFIX}/lib/libbsdfv.so \
- ${PREFIX}/lib/libbsdfv.so.4
+ ${LN} -sf ${PREFIX}/lib/libbsdfv.so.4 \
+ ${PREFIX}/lib/libbsdfv.so
.include <bsd.port.mk>