summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk80/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-05-04 19:33:50 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-05-04 19:33:50 +0000
commit11dd3a5f4f9137ffa12a614e147a5d2660337fd9 (patch)
treea240948638feffdfed09c8d95c7981bd33c17d14 /x11-toolkits/tk80/Makefile
parentActivate biorythm (diff)
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
Notes
Notes: svn path=/head/; revision=18471
Diffstat (limited to 'x11-toolkits/tk80/Makefile')
-rw-r--r--x11-toolkits/tk80/Makefile6
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}