summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-03 00:44:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-03 00:44:30 +0000
commite5edfea88baced7ef877e8370fa01538718b468c (patch)
tree516e37a3d87cc88a2b8440dae6410257b3e956eb
parent242c48edc617065b58b0f5acedd2b01b12aafe94 (diff)
downloadfreebsd-ports-e5edfea88baced7ef877e8370fa01538718b468c.zip
Put ${.CURDIR} instead of include file name, instead of using a relative
path.
-rw-r--r--x11-toolkits/qt145/Makefile2
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