summaryrefslogtreecommitdiff
path: root/lang/tcl80/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-08 17:32:27 +0000
committertron <tron@pkgsrc.org>1999-04-08 17:32:27 +0000
commit9063162cec83f1769a4b2996046f28e2bce647a8 (patch)
treee694657d4c42e19f8229ef21e23b87735abb3a30 /lang/tcl80/Makefile
parent9fbb6462e823c55889f776833ff3b7ac91b614c1 (diff)
downloadpkgsrc-9063162cec83f1769a4b2996046f28e2bce647a8.tar.gz
Install "Object.3" manual page as "Tcl_Object.3" to avoid conflict
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow.
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r--lang/tcl80/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile
index ac7b5c7259a..cfa46b6caaf 100644
--- a/lang/tcl80/Makefile
+++ b/lang/tcl80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1999/04/03 14:30:54 tron Exp $
+# $NetBSD: Makefile,v 1.23 1999/04/08 17:32:27 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp
#
@@ -17,6 +17,10 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --disable-shared
+post-patch:
+ cd ${WRKSRC}/../doc; \
+ ${MV} Object.3 Tcl_Obj.3
+
test:
cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test