Use absolute path for FILESDIR instead of relative path.

PR:		19150
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Will Andrews 2000-06-09 22:23:35 +00:00
parent 46271d5b7b
commit a18646a21e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29479
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include "files/manpages"
.include "${FILESDIR}/manpages"
post-extract:
find ${WRKSRC} -name CVS | xargs ${RM} -rf

View file

@ -28,7 +28,7 @@ SHLIB_MINOR= 5
MAKEFILE= makefile
TCL_LIB= libtcl80.so
.include "files/manpages"
.include "${FILESDIR}/manpages"
MANCOMPRESSED= yes