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 | |
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.
-rw-r--r-- | x11-toolkits/qt22/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
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 |