Use bsd.ports.(pre|post).mk, don't ignore Makefile.local

PR:		58397
This commit is contained in:
Lev A. Serebryakov 2003-10-23 20:07:01 +00:00
parent a6ee4badc3
commit 6e450c32b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91991
4 changed files with 12 additions and 4 deletions

View File

@ -33,6 +33,8 @@ MANCOMPRESSED= no
SVNREPOS?= /home/svn/repos
APXS= ${LOCALBASE}/sbin/apxs
.include <bsd.port.pre.mk>
.if defined(WITH_MOD_DAV_SVN)
WITH_APACHE2_APR= yes
CONFIGURE_ARGS+= \
@ -186,4 +188,4 @@ post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -33,6 +33,8 @@ MANCOMPRESSED= no
SVNREPOS?= /home/svn/repos
APXS= ${LOCALBASE}/sbin/apxs
.include <bsd.port.pre.mk>
.if defined(WITH_MOD_DAV_SVN)
WITH_APACHE2_APR= yes
CONFIGURE_ARGS+= \
@ -186,4 +188,4 @@ post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -33,6 +33,8 @@ MANCOMPRESSED= no
SVNREPOS?= /home/svn/repos
APXS= ${LOCALBASE}/sbin/apxs
.include <bsd.port.pre.mk>
.if defined(WITH_MOD_DAV_SVN)
WITH_APACHE2_APR= yes
CONFIGURE_ARGS+= \
@ -186,4 +188,4 @@ post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -33,6 +33,8 @@ MANCOMPRESSED= no
SVNREPOS?= /home/svn/repos
APXS= ${LOCALBASE}/sbin/apxs
.include <bsd.port.pre.mk>
.if defined(WITH_MOD_DAV_SVN)
WITH_APACHE2_APR= yes
CONFIGURE_ARGS+= \
@ -186,4 +188,4 @@ post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>