Use a relative include for the files/manpages file.
This commit is contained in:
parent
ae7f7f8ae0
commit
423a038944
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38608
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user