Date: Mon, 22 Mar 1999 08:57:31 +1200 (NZST) From: jabley@clear.co.nz To: FreeBSD-gnats-submit@freebsd.org, kris@freebsd.org Subject: ports/10712: wmcalclock install buglette Message-ID: <199903212057.IAA43834@buddha.clear.net.nz>
next in thread | raw e-mail | index | archive | help
>Number: 10712 >Category: ports >Synopsis: Makefile tries to install in ${PREFIX}/__share__/man/... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 13:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 3.1-STABLE i386 >Organization: CLEAR Communications Ltd >Environment: Ports collection cvsupped just minutes ago. >Description: x11-clocks/wmcalclock/Makefile includes the following action under do-install: ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/share/man/man1/ The /share/ is bogus. >How-To-Repeat: cd /usr/ports/x11-clocks/wmcalclock && make install >Fix: Remove the /share/ -- buddha# diff -C 4 Makefile Makefile.new *** Makefile Tue Mar 16 23:47:12 1999 --- Makefile.new Mon Mar 22 08:54:11 1999 *************** *** 25,32 **** MAN1= wmCalClock.1 do-install: ! ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/share/man/man1/ ${INSTALL_PROGRAM} ${WRKSRC}/wmCalClock ${PREFIX}/bin/ .include <bsd.port.mk> --- 25,32 ---- MAN1= wmCalClock.1 do-install: ! ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/man/man1/ ${INSTALL_PROGRAM} ${WRKSRC}/wmCalClock ${PREFIX}/bin/ .include <bsd.port.mk> >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?199903212057.IAA43834>