aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-SAVI-Perl
diff options
context:
space:
mode:
authorniels <niels@FreeBSD.org>2010-03-16 05:31:18 +0800
committerniels <niels@FreeBSD.org>2010-03-16 05:31:18 +0800
commita49e9a3c48921437b6e9738a31dc306c40d85f95 (patch)
tree25511c1e8d9c6890d59c7cf47683a0c5903f07a5 /security/p5-SAVI-Perl
parent409cc4e2c6ba159c62326ab88b7780e4c839a5d6 (diff)
downloadfreebsd-ports-gnome-a49e9a3c48921437b6e9738a31dc306c40d85f95.tar.gz
freebsd-ports-gnome-a49e9a3c48921437b6e9738a31dc306c40d85f95.tar.zst
freebsd-ports-gnome-a49e9a3c48921437b6e9738a31dc306c40d85f95.zip
Committed patch which improves the Sophos AV shared library check
PR: ports/143047 Reviewed by: Gary J. Hayers (maintainer) Approved by: itetcu (mentor)
Diffstat (limited to 'security/p5-SAVI-Perl')
-rw-r--r--security/p5-SAVI-Perl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile
index fbf15e47b970..cfb46b125795 100644
--- a/security/p5-SAVI-Perl/Makefile
+++ b/security/p5-SAVI-Perl/Makefile
@@ -6,7 +6,7 @@
PORTNAME= SAVI-Perl
PORTVERSION= 0.30
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security perl5
MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/
MASTER_SITE_SUBDIR= security
@@ -25,8 +25,8 @@ ONLY_FOR_ARCHS= i386 amd64
.if exists(${PREFIX}/lib/libsavi.so.3) && !exists(${PREFIX}/lib/libsavi.so)
FAKELIBDIR=${WRKDIR}/lib
CONFIGURE_ARGS+=LDDLFLAGS='-shared -L ${FAKELIBDIR}'
-.else
-IGNORE= "Please install first Sophos Anit-Virus."
+.elif !exists(${PREFIX}/lib/libsavi.so)
+IGNORE= please install Sophos Anti-Virus first
.endif
.if defined(FAKELIBDIR)