ports/80096: [MAINTAINER] mail/queue-fix: Forgot to set QMAIL_DIR var

Renato Botelho freebsd at galle.com.br
Tue Apr 19 10:40:20 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list