summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2010-07-02 17:07:31 +0000
committerjoerg <joerg>2010-07-02 17:07:31 +0000
commitcb8ebf4f1bb8e83f616f1e3e14f114b285d102ca (patch)
tree5fc0b83ff1aa66bf22a04540c56afc7956bc1b89 /www
parent6c4d2f90b2d8d8f5ca58cb35e491b6e10c02e929 (diff)
downloadpkgsrc-cb8ebf4f1bb8e83f616f1e3e14f114b285d102ca.tar.gz
Match directory name and Apache module naming scheme with the package name.
Pass down APXS explicitly.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-cband/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap2-cband/Makefile b/www/ap2-cband/Makefile
index 082b49ac11f..fbca8a39eee 100644
--- a/www/ap2-cband/Makefile
+++ b/www/ap2-cband/Makefile
@@ -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
+PKGNAME= ${APACHE_PKG_PREFIX}-cband-${DISTNAME:S/mod-cband-//}
CATEGORIES= www
MASTER_SITES= http://cband.linux.pl/download/
EXTRACT_SUFX= .tgz
@@ -25,6 +26,8 @@ BUILD_TARGET=
INSTALLATION_DIRS+= lib/httpd share/doc/${APACHE_MODULE_NAME}
+CONFIGURE_ENV+= APXS=${APXS}
+
do-install:
cd ${WRKSRC}/src && \
libexecdir=`${APXS} -q LIBEXECDIR` && \