aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2004-11-22 18:58:47 +0800
committerjeh <jeh@FreeBSD.org>2004-11-22 18:58:47 +0800
commit5585a3d7efe020e8ff0fca50e365aad13a9a1a66 (patch)
tree17bb662edc22e4d565f3870ecbf58fdaa1581332 /security
parent9fb0ec0895f1e2f7734a927f9ad498247998dd44 (diff)
downloadfreebsd-ports-gnome-5585a3d7efe020e8ff0fca50e365aad13a9a1a66.tar.gz
freebsd-ports-gnome-5585a3d7efe020e8ff0fca50e365aad13a9a1a66.tar.zst
freebsd-ports-gnome-5585a3d7efe020e8ff0fca50e365aad13a9a1a66.zip
I can't believe I had that link line backwards and I tested it. Anyways
thanks to Arjo Hooimeijer and Johan Hendriks for pointing it out. Bump PORTREVISION
Diffstat (limited to 'security')
-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>