Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2005 07:32:21 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80096: [MAINTAINER] mail/queue-fix: Forgot to set QMAIL_DIR var
Message-ID:  <200504191032.j3JAWLQh066376@data.galle.com.br>
Resent-Message-ID: <200504191040.j3JAeKGE027055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80096
>Category:       ports
>Synopsis:       [MAINTAINER] mail/queue-fix: Forgot to set QMAIL_DIR var
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 19 10:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #9: Fri Apr 15 07:52:00 BRST 2005
>Description:
- Forgot to set QMAIL_DIR var

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- queue-fix-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/queue-fix/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	18 Apr 2005 18:22:30 -0000	1.1
+++ Makefile	19 Apr 2005 10:29:01 -0000
@@ -22,11 +22,8 @@
 
 PLIST_SUB=	DOCDIR=${DOCDIR}
 
-.if exists(${PREFIX}/qmail/bin/qmail-send)
-PREFIX?=	${PREFIX}/qmail
-.else
-PREFIX?=	/var/qmail
-.endif
+QMAIL_DIR?=	/var/qmail
+PREFIX?=	${QMAIL_DIR}
 
 .if (${PREFIX} == ${LOCALBASE})
 DOCDIR=	share/doc/qmail/queue-fix
--- queue-fix-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504191032.j3JAWLQh066376>