summaryrefslogtreecommitdiff
path: root/lang/tcl83
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-04 06:54:20 +0000
committerwiz <wiz>2005-11-04 06:54:20 +0000
commit4bee72d363e6da3adbb08b8b65ee9143c3438a34 (patch)
tree538971c672360538b8b895af981ca32b14916b53 /lang/tcl83
parent135fec08e8c7de4d74aed820129bbcd2701fc7ca (diff)
downloadpkgsrc-4bee72d363e6da3adbb08b8b65ee9143c3438a34.tar.gz
Remove superfluous --mandir (was overridden by bsd.pkg.mk one).
Diffstat (limited to 'lang/tcl83')
-rw-r--r--lang/tcl83/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile
index 29a358ae183..44b255f60ff 100644
--- a/lang/tcl83/Makefile
+++ b/lang/tcl83/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/11/04 06:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/11/04 06:54:20 wiz Exp $
#
DISTNAME= tcl8.3.4
@@ -27,11 +27,6 @@ USE_LIBTOOL= yes
INSTALL_TARGET= install
-# Initially install the man pages into ${WRKDIR}/man, as we need a staged
-# install to avoid overwriting existing manpages in ${PREFIX}/man.
-#
-CONFIGURE_ARGS+= --mandir=${WRKDIR}/man
-
# Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"