diff options
author | asami <asami@FreeBSD.org> | 2000-06-03 00:44:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-03 00:44:30 +0000 |
commit | fe6150b155cf988e7cdea9402eaca48191111a6c (patch) | |
tree | 9ea0a7f74c74c0f8df29afee6dd8dd39d0eb884a /x11-toolkits/qt145/Makefile | |
parent | 47242806111ee1d030e31297748a20b61ea4998a (diff) | |
download | FreeBSD-ports-fe6150b155cf988e7cdea9402eaca48191111a6c.zip FreeBSD-ports-fe6150b155cf988e7cdea9402eaca48191111a6c.tar.gz |
Put ${.CURDIR} instead of include file name, instead of using a relative
path.
Diffstat (limited to 'x11-toolkits/qt145/Makefile')
-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 d16c6fe..307cc6a 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 |