Date: Sat, 30 Jan 1999 00:00:02 -0800 (PST) From: asami@FreeBSD.ORG (Satoshi Asami) To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9786: tk80 port doesn't create man page links Message-ID: <199901300800.AAA03997@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ad infinitum> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901300800.AAA03997>