aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-02-22 22:15:37 +0800
committeralex <alex@FreeBSD.org>2001-02-22 22:15:37 +0800
commitd28a7bcddbac301e019fbea2301c4b7f8daaaaeb (patch)
treee451b3a461e5ceda1ba392b7ad556b32830939cd
parent4b4286069e2fcadb931a7ef09b2cf1364df61c8a (diff)
downloadfreebsd-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.
-rw-r--r--x11-toolkits/qt22/Makefile2
-rw-r--r--x11-toolkits/qt23/Makefile2
-rw-r--r--x11-toolkits/qt30/Makefile2
-rw-r--r--x11-toolkits/qt31/Makefile2
-rw-r--r--x11-toolkits/qt32/Makefile2
-rw-r--r--x11-toolkits/qt33/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile
index 609e773174d6..5ed79a81e26f 100644
--- a/x11-toolkits/qt22/Makefile
+++ b/x11-toolkits/qt22/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
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
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index 609e773174d6..5ed79a81e26f 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/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
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index 609e773174d6..5ed79a81e26f 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/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
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 609e773174d6..5ed79a81e26f 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/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
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 609e773174d6..5ed79a81e26f 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/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