Match directory name and Apache module naming scheme with the package name.
Pass down APXS explicitly.
This commit is contained in:
parent
df84103450
commit
9ca31b62ca
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2009/12/03 17:12:42 joerg Exp $
|
# $NetBSD: Makefile,v 1.4 2010/07/02 17:07:31 joerg Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mod-cband-0.9.7.5
|
DISTNAME= mod-cband-0.9.7.5
|
||||||
|
PKGNAME= ${APACHE_PKG_PREFIX}-cband-${DISTNAME:S/mod-cband-//}
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://cband.linux.pl/download/
|
MASTER_SITES= http://cband.linux.pl/download/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
@ -25,6 +26,8 @@ BUILD_TARGET=
|
||||||
|
|
||||||
INSTALLATION_DIRS+= lib/httpd share/doc/${APACHE_MODULE_NAME}
|
INSTALLATION_DIRS+= lib/httpd share/doc/${APACHE_MODULE_NAME}
|
||||||
|
|
||||||
|
CONFIGURE_ENV+= APXS=${APXS}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKSRC}/src && \
|
cd ${WRKSRC}/src && \
|
||||||
libexecdir=`${APXS} -q LIBEXECDIR` && \
|
libexecdir=`${APXS} -q LIBEXECDIR` && \
|
||||||
|
|
Loading…
Reference in a new issue