Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 1999 11:11:46 -0700 (PDT)
From:      Cy.Schubert@uumail.gov.bc.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13129: Postfix Port Ignores MANPREFIX
Message-ID:  <199908131811.LAA33703@cwsys.cwsent.com>

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

>Number:         13129
>Category:       ports
>Synopsis:       Postfix Port Ignores MANPREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 16:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Cy Schubert
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
ITSD, Province of British Columbia
>Environment:

FreeBSD cwsys 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Wed Aug 11 17:35:40 PDT 1999     root@cwsys:/opt2/cvs-320/src/sys/compile/CWSYS  i386

>Description:

Using make MANPREFIX=/usr/local/postfix install installs man pages in
/usr/local/man, contrary to documentation in /usr/ports/Mk/bsd.port.mk.

>How-To-Repeat:

make MANPREFIX=/usr/local/postfix

>Fix:
	

diff -urPN /opt/CVSup/usr/ports/mail/postfix/Makefile /usr/local/ports-local/postfix-990813/Makefile
--- /opt/CVSup/usr/ports/mail/postfix/Makefile	Thu Aug  5 06:22:20 1999
+++ /usr/local/ports-local/postfix-990813/Makefile	Fri Aug 13 11:03:34 1999
@@ -66,15 +66,15 @@
 	done
 	@for f in ${MAN1} ; do \
 		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man1/$$f \
-			${PREFIX}/man/man1/$$f ;\
+			${MAN1PREFIX}/man/man1/$$f ;\
 	done
 	@for f in ${MAN5} ; do \
 		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man5/$$f \
-			${PREFIX}/man/man5/$$f ;\
+			${MAN5PREFIX}/man/man5/$$f ;\
 	done
 	@for f in ${MAN8} ; do \
 		${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \
-			${PREFIX}/man/man8/$$f ;\
+			${MAN8PREFIX}/man/man8/$$f ;\
 	done
 	@mkdir -p -m 0755 /var/spool/postfix
 	@if [ ! -e ${PREFIX}/etc/postfix/main.cf ]; then \

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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