Date: 6 May 1999 14:26:59 -0000 From: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11542: devel/glib12 post-install rule fix Message-ID: <19990506142659.2299.qmail@acidrain.localnet>
next in thread | raw e-mail | index | archive | help
>Number: 11542 >Category: ports >Synopsis: devel/glib12 post-install rule fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 6 07:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.1-STABLE i386 >Organization: Personal. >Environment: ports-current, Makefile,v 1.20 >Description: The port Makefile have a wrong implementation of the Installing info/dir idiom. >How-To-Repeat: Remove ${PREFIX}/info/dir then do make install. >Fix: Please apply the following patch. --- glib12/Makefile~ Mon May 3 07:22:33 1999 +++ glib12/Makefile Thu May 6 19:45:28 1999 @@ -20,7 +20,7 @@ post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' ${PREFIX}/info/dir > ${PREFIX}/info/dir; \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib >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?19990506142659.2299.qmail>