diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 00:44:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-03 00:44:30 +0000 |
commit | e5edfea88baced7ef877e8370fa01538718b468c (patch) | |
tree | 516e37a3d87cc88a2b8440dae6410257b3e956eb /x11-toolkits/qt145 | |
parent | Remove directories with @unexec rmdir and wildcards. (diff) |
Put ${.CURDIR} instead of include file name, instead of using a relative
path.
Notes
Notes:
svn path=/head/; revision=29130
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index d16c6fe7af93..307cc6a12da6 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -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 |