diff options
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r-- | x11-toolkits/tk80/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 2ccf9d41e324..d29b9f6e9516 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.17 1998/12/24 06:51:12 cwt Exp $ +# $Id: Makefile,v 1.18 1999/04/30 16:11:48 cwt Exp $ # DISTNAME= tk8.0.5 @@ -35,6 +35,10 @@ TK_LIB_FILE= ${TK_LIB}.${SHLIB_MAJOR} TK_LIB_FILE= ${TK_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} |