From 2493d36161e920b0a0daaf9fd1c3908eee36bcab Mon Sep 17 00:00:00 2001 From: fenner Date: Tue, 4 May 1999 19:33:50 +0000 Subject: Fix the script that makes the long-name man page links, and add the long-name man pages to PLIST. Note that instead of including a 54k patch, there's a post-patch: target in the Makefile that uses sed. PR: ports/9786 and ports/9787 --- lang/tcl80/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang/tcl80/Makefile') diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index c80df9686088..6cfa6f04563c 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.15 1999/04/22 00:17:05 scrappy Exp $ +# $Id: Makefile,v 1.16 1999/04/30 16:09:51 cwt Exp $ # DISTNAME= tcl8.0.5 @@ -34,6 +34,10 @@ TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR} TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR}.${SHLIB_MINOR} .endif +post-patch: + @${CP} ${WRKSRC}/mkLinks ${WRKSRC}/mkLinks.orig + @${SED} -e 's/\.[3n]/&.gz/g' ${WRKSRC}/mkLinks.orig > ${WRKSRC}/mkLinks + post-configure: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC} @${CP} ${FILESDIR}/makefile ${WRKSRC} -- cgit