Use absolute path for FILESDIR instead of relative path.
PR: 19150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@ SHLIB_MINOR= 5
|
|||
MAKEFILE= makefile
|
||||
TCL_LIB= libtcl80.so
|
||||
|
||||
.include "files/manpages"
|
||||
.include "${FILESDIR}/manpages"
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue