mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make sure that bsd.port.pre.mk is included regardless of
whether NOPORTDOCS is defined. Noticed by: Johan Pettersson <manlix@demonized.net> Solution by: kris
This commit is contained in:
parent
cc15f6086c
commit
40c440e353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136055
1 changed files with 4 additions and 4 deletions
|
@ -26,16 +26,16 @@ MAN3= Search::OpenFTS.3 Search::OpenFTS::Base.3 \
|
||||||
Search::OpenFTS::Index.3 Search::OpenFTS::Morph::ISpell.3 \
|
Search::OpenFTS::Index.3 Search::OpenFTS::Morph::ISpell.3 \
|
||||||
Search::OpenFTS::Parser.3
|
Search::OpenFTS::Parser.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
PORTDOCS= Changes INSTALL README primer.html
|
PORTDOCS= Changes INSTALL README primer.html
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
|
||||||
.else
|
.else
|
||||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
||||||
.endif
|
.endif # ${PERL_LEVEL} < 500600
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${EXAMPLESDIR}
|
${MKDIR} ${EXAMPLESDIR}
|
||||||
|
@ -45,7 +45,7 @@ post-install:
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||||
.endif
|
.endif # defined(NOPORTDOCS)
|
||||||
|
|
||||||
# Sample DB initialization.
|
# Sample DB initialization.
|
||||||
DBNAME?= openfts
|
DBNAME?= openfts
|
||||||
|
|
Loading…
Add table
Reference in a new issue