summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 22:27:25 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 22:27:25 +0000
commit3407fc52b4d9562acc78a5722544c183f15a607c (patch)
tree74310a86ba07703a591c6aafed49d9db18b6b893 /lang
parentAdd vide, a simple filemanager with vi-like keybindings. (diff)
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat: will
Notes
Notes: svn path=/head/; revision=29481
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl80/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile
index b211f0c20e35..1eb79cb2c000 100644
--- a/lang/tcl80/Makefile
+++ b/lang/tcl80/Makefile
@@ -28,12 +28,12 @@ SHLIB_MINOR= 5
MAKEFILE= makefile
TCL_LIB= libtcl80.so
+.include <bsd.port.pre.mk>
+
.include "${FILESDIR}/manpages"
MANCOMPRESSED= yes
-.include <bsd.port.pre.mk>
-
.if ${PORTOBJFORMAT} == "elf"
TCL_LIB_FILE= ${TCL_LIB}.${SHLIB_MAJOR}
.else