diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 10:28:32 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-05 10:28:32 +0000 |
commit | 2428258f58028344591920d900d521a221021e52 (patch) | |
tree | f7290312cb507108e6ca4d252ff41153e51123ab /security/smtpscan/files/patch-aa | |
parent | Fixup permissions of nwserv.conf file. (diff) |
Upgrade to 4.0
Notes
Notes:
svn path=/head/; revision=80164
Diffstat (limited to 'security/smtpscan/files/patch-aa')
-rw-r--r-- | security/smtpscan/files/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/security/smtpscan/files/patch-aa b/security/smtpscan/files/patch-aa index e1cab10b5a3c..e365e708c5be 100644 --- a/security/smtpscan/files/patch-aa +++ b/security/smtpscan/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Sun Dec 1 19:13:29 2002 -+++ configure Sun Dec 1 19:17:43 2002 -@@ -9,42 +9,51 @@ +--- configure.orig Sun May 4 23:36:44 2003 ++++ configure Sun May 4 23:40:21 2003 +@@ -10,45 +10,54 @@ BINDIR="$DESTDIR/bin" MANDIR="$DESTDIR/man/man1" @@ -64,7 +64,10 @@ +if [ "$1" = "build" ] +then perl -i -pe "s{(\\\$LOCAL_SHARE\s+=\s+)'/usr/local/share';}{\$1'$SHAREDIR';};" ./src/smtpscan - perl -i -pe "s{\\@prefix\\@}{$DESTDIR};" ./docs/man/smtpscan.1 + perl -i -pe "s{\\@prefix\\@}{$SHAREDIR};" ./docs/man/smtpscan.1 + perl -i -pe "s{\\@VERSION\\@}{$VERSION};" ./src/smtpscan + perl -i -pe "s{\\@VERSION\\@}{$VERSION};" ./INSTALL + perl -i -pe "s{\\@VERSION\\@}{$VERSION};" ./docs/man/smtpscan.1 +fi +if [ "$1" = "install" ] |