From owner-freebsd-ports Sat Jan 30 00:00:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27505 for freebsd-ports-outgoing; Sat, 30 Jan 1999 00:00:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27500 for ; Sat, 30 Jan 1999 00:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA03997; Sat, 30 Jan 1999 00:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 30 Jan 1999 00:00:02 -0800 (PST) Message-Id: <199901300800.AAA03997@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/9786: tk80 port doesn't create man page links Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9786; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/9786: tk80 port doesn't create man page links Date: Fri, 29 Jan 1999 23:51:08 -0800 (PST) * -if test -r 3DBorder.3; then * - rm -f Tk_Get3DBorder.3 * - ln 3DBorder.3 Tk_Get3DBorder.3 * +if test -r 3DBorder.3.gz; then * + rm -f Tk_Get3DBorder.3.gz * + ln 3DBorder.3.gz Tk_Get3DBorder.3.gz Can't this be done with MLINKS? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message