diff options
author | jeh <jeh@FreeBSD.org> | 2004-11-22 18:58:47 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-11-22 18:58:47 +0800 |
commit | 5585a3d7efe020e8ff0fca50e365aad13a9a1a66 (patch) | |
tree | 17bb662edc22e4d565f3870ecbf58fdaa1581332 | |
parent | 9fb0ec0895f1e2f7734a927f9ad498247998dd44 (diff) | |
download | freebsd-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
-rw-r--r-- | security/vscan/Makefile | 5 |
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> |