diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:23:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 22:23:35 +0000 |
commit | a18646a21e3ff1eecf908859befd4ce437e62021 (patch) | |
tree | 7fdec86fb02d918a04591d0fce7d7703377dfcdd /lang/tcl80 | |
parent | 46271d5b7b9fb5081d88a5143903fd1a9123e266 (diff) |
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=29479
Diffstat (limited to 'lang/tcl80')
-rw-r--r-- | lang/tcl80/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index e3618d6117c9..b211f0c20e35 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -28,7 +28,7 @@ SHLIB_MINOR= 5 MAKEFILE= makefile TCL_LIB= libtcl80.so -.include "files/manpages" +.include "${FILESDIR}/manpages" MANCOMPRESSED= yes |