summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-01 13:16:40 +0000
committerphk <phk@FreeBSD.org>1997-08-01 13:16:40 +0000
commit2a200c9684e54dae084d85b919f1d04efa2b4bbd (patch)
treeefad4376454dc590951e051d2ffb172e3ea7d134 /lib/libtcl
parent0825d024f6c302e5867b7dc3fc13669d8c6bce86 (diff)
downloadFreeBSD-src-2a200c9684e54dae084d85b919f1d04efa2b4bbd.zip
FreeBSD-src-2a200c9684e54dae084d85b919f1d04efa2b4bbd.tar.gz
Move tcl packages to libdata/pkg
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile4
-rw-r--r--lib/libtcl/tclConfig.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 4e13513..ee69e2d 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1997/02/22 15:08:06 peter Exp $
+# $Id: Makefile,v 1.19 1997/07/25 19:51:44 phk Exp $
#
# This file is generated automatically, do not edit it here!
#
@@ -31,7 +31,7 @@ LINKS+= ${LIBDIR}/lib${LIB}.a ${LIBDIR}/lib${LIB}${SHLIB_MAJOR}.a
CFLAGS+= -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -DTCL_SHLIB_EXT=\".so\"
CFLAGS+= -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
-CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/lib/tclpkg\ /usr/local/lib/tclpkg\"
+CFLAGS+= -DTCL_PACKAGE_PATH=\"/usr/libdata/tcl\ /usr/local/libdata/tcl\"
LDADD+= -lm
DPADD+= ${LIBM}
diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh
index 8a0689b..0b51380 100644
--- a/lib/libtcl/tclConfig.sh
+++ b/lib/libtcl/tclConfig.sh
@@ -110,4 +110,4 @@ TCL_SRC_DIR='/usr/src/contrib/tcl'
# List of standard directories in which to look for packages during
# "package require" commands. Contains the "prefix" directory plus also
# the "exec_prefix" directory, if it is different.
-TCL_PACKAGE_PATH='/usr/local/lib/tclpkg'
+TCL_PACKAGE_PATH='/usr/local/libdata/tcl'
OpenPOWER on IntegriCloud