mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
- Repocopy qmail-scanner to mail/qmail-scanner1 to preserver 1.x version I made a big confusion here, i forgot i have transfered maintainership of qmail-scanner to jmelo@, and I took the PR and did all the job. I explained to jmelo@ and he approved all these changes. PR: ports/115877 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Approved by: jmelo (maintainer) Repocopied by: marcus
25 lines
525 B
Text
25 lines
525 B
Text
--- configure.old Tue Aug 14 13:03:10 2007
|
|
+++ configure Tue Aug 14 13:04:29 2007
|
|
@@ -1,13 +1,6 @@
|
|
#!/bin/sh
|
|
#
|
|
|
|
-#Pipe into bash if it's present
|
|
-
|
|
-if [ "`bash --version 2>&1|grep 'GNU bash'`" != "" -a "$BASH_VERSION" = "" ]; then
|
|
- exec bash $0 $*
|
|
- exit
|
|
-fi
|
|
-
|
|
umask 007
|
|
|
|
OLD_LANG="$LANG"
|
|
@@ -73,7 +66,7 @@
|
|
LANGUAGES="`ls -d locale/[a-z]*|sed 's?^locale\/??g'`"
|
|
LANGUAGES=`echo $LANGUAGES`
|
|
|
|
-SPOOLDIR="/var/spool/qscan"
|
|
+SPOOLDIR="/var/spool/qscand"
|
|
QMAILDIR="/var/qmail"
|
|
|
|
BINDIR="$QMAILDIR/bin"
|