Put ${.CURDIR} instead of include file name, instead of using a relative

path.
This commit is contained in:
Satoshi Asami 2000-06-03 00:44:30 +00:00
parent 242c48edc6
commit e5edfea88b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29130

View File

@ -25,7 +25,7 @@ MAKE_ENV+= VERSION="${VERSION}" VER_MIN=${VER_MIN} VER_MAJ=${VER_MAJ}
PLIST_SUB+= VERSION="${VER_MAJ}"
MAN1= moc.1
.include "files/man3"
.include "${.CURDIR}/files/man3"
post-configure:
@${PERL} -pi -e "s:g\+\+:${CXX}:g" ${WRKSRC}/configs/freebsd-g++-shared