Include <bsd.port.pre.mk> before ALL tunable variables.
This commit is contained in:
parent
4b33034235
commit
0b22ca32a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92067
4 changed files with 8 additions and 8 deletions
|
@ -30,11 +30,11 @@ CONFIGURE_ARGS= --with-ssl \
|
||||||
MAN1= svn.1 svnadmin.1 svnlook.1
|
MAN1= svn.1 svnadmin.1 svnlook.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
SVNREPOS?= /home/svn/repos
|
SVNREPOS?= /home/svn/repos
|
||||||
APXS= ${LOCALBASE}/sbin/apxs
|
APXS= ${LOCALBASE}/sbin/apxs
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if defined(WITH_MOD_DAV_SVN)
|
.if defined(WITH_MOD_DAV_SVN)
|
||||||
WITH_APACHE2_APR= yes
|
WITH_APACHE2_APR= yes
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
|
@ -30,11 +30,11 @@ CONFIGURE_ARGS= --with-ssl \
|
||||||
MAN1= svn.1 svnadmin.1 svnlook.1
|
MAN1= svn.1 svnadmin.1 svnlook.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
SVNREPOS?= /home/svn/repos
|
SVNREPOS?= /home/svn/repos
|
||||||
APXS= ${LOCALBASE}/sbin/apxs
|
APXS= ${LOCALBASE}/sbin/apxs
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if defined(WITH_MOD_DAV_SVN)
|
.if defined(WITH_MOD_DAV_SVN)
|
||||||
WITH_APACHE2_APR= yes
|
WITH_APACHE2_APR= yes
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
|
@ -30,11 +30,11 @@ CONFIGURE_ARGS= --with-ssl \
|
||||||
MAN1= svn.1 svnadmin.1 svnlook.1
|
MAN1= svn.1 svnadmin.1 svnlook.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
SVNREPOS?= /home/svn/repos
|
SVNREPOS?= /home/svn/repos
|
||||||
APXS= ${LOCALBASE}/sbin/apxs
|
APXS= ${LOCALBASE}/sbin/apxs
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if defined(WITH_MOD_DAV_SVN)
|
.if defined(WITH_MOD_DAV_SVN)
|
||||||
WITH_APACHE2_APR= yes
|
WITH_APACHE2_APR= yes
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
|
@ -30,11 +30,11 @@ CONFIGURE_ARGS= --with-ssl \
|
||||||
MAN1= svn.1 svnadmin.1 svnlook.1
|
MAN1= svn.1 svnadmin.1 svnlook.1
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
SVNREPOS?= /home/svn/repos
|
SVNREPOS?= /home/svn/repos
|
||||||
APXS= ${LOCALBASE}/sbin/apxs
|
APXS= ${LOCALBASE}/sbin/apxs
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if defined(WITH_MOD_DAV_SVN)
|
.if defined(WITH_MOD_DAV_SVN)
|
||||||
WITH_APACHE2_APR= yes
|
WITH_APACHE2_APR= yes
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
Loading…
Reference in a new issue