diff options
author | alex <alex@FreeBSD.org> | 2001-02-22 22:15:37 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-02-22 22:15:37 +0800 |
commit | d28a7bcddbac301e019fbea2301c4b7f8daaaaeb (patch) | |
tree | e451b3a461e5ceda1ba392b7ad556b32830939cd /x11-toolkits/qt23 | |
parent | 4b4286069e2fcadb931a7ef09b2cf1364df61c8a (diff) | |
download | freebsd-ports-gnome-d28a7bcddbac301e019fbea2301c4b7f8daaaaeb.tar.gz freebsd-ports-gnome-d28a7bcddbac301e019fbea2301c4b7f8daaaaeb.tar.zst freebsd-ports-gnome-d28a7bcddbac301e019fbea2301c4b7f8daaaaeb.zip |
Use a relative include for the files/manpages file.
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 609e773174d6..5ed79a81e26f 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -37,7 +37,7 @@ CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} .if !defined(NOPORTDOCS) .if (${PORTNAME} == "qt") -.include "${.CURDIR}/files/manpages" +.include "files/manpages" .endif .endif |