aboutsummaryrefslogtreecommitdiff
path: root/mail/mailscanner/files/Sophos.install.freebsd
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-01-31 23:43:16 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-01-31 23:43:16 +0000
commit0bfdb16285f82cd23a32b986db20f99aabf6c1c7 (patch)
tree02b6a73d9f4c5026343e55953a85b96927715410 /mail/mailscanner/files/Sophos.install.freebsd
parent7857662017f2f55378308cae11fee25672d246b1 (diff)
downloadports-0bfdb16285f82cd23a32b986db20f99aabf6c1c7.tar.gz
ports-0bfdb16285f82cd23a32b986db20f99aabf6c1c7.zip
Notes
Diffstat (limited to 'mail/mailscanner/files/Sophos.install.freebsd')
-rw-r--r--mail/mailscanner/files/Sophos.install.freebsd8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailscanner/files/Sophos.install.freebsd b/mail/mailscanner/files/Sophos.install.freebsd
index f1df49606e82..6d4aedfd3b0d 100644
--- a/mail/mailscanner/files/Sophos.install.freebsd
+++ b/mail/mailscanner/files/Sophos.install.freebsd
@@ -1,4 +1,4 @@
-#!/usr/local/bin/bash
+!%%LOCALBASE%%/bin/bash
#
# $Id: Sophos.install,v 1.13.2.3 2003/06/07 17:20:39 jkf Exp $
#
@@ -8,8 +8,8 @@
# and unpacked the Sophos distribution.
# Tweaked for FreeBSD.
-SOPHOS=/usr/local/Sophos
-SCRIPTS=/usr/local/libexec/MailScanner
+SOPHOS=%%LOCALBASE%%/Sophos
+SCRIPTS=%%PREFIX%%/libexec/MailScanner
COMPD=freebsd.elf.tar.Z
DISTRIB=freebsd.elf.tar
@@ -20,7 +20,7 @@ chmod -R go+rX ${SOPHOS}
# Clear out any old libs from /usr/local/lib which is where
# a default SAVI installation will have left them
echo Clearing out old default Sophos installation libraries
-rm -f /usr/local/lib/libsavi.so*
+rm -f %%LOCALBASE%%/lib/libsavi.so*
# Have we got to uncompress the distribution for them?
if [ -f $COMPD ]; then