summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2009-02-24 17:53:03 +0000
committercube <cube@pkgsrc.org>2009-02-24 17:53:03 +0000
commit830ac643116143f1fa8db83ea81b7ebf91c82a5d (patch)
tree42369fc9a78fe2bfff5acc9fbf781914cdbe544a /www
parentc5a72b62d7b8384a04a6522730af70a75ac8a581 (diff)
downloadpkgsrc-830ac643116143f1fa8db83ea81b7ebf91c82a5d.tar.gz
Shut up pkglint about $(...). What do I care about Solaris, though?
Diffstat (limited to 'www')
-rw-r--r--www/ap2-auth-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile
index d48b8087eaa..7a319a2de7d 100644
--- a/www/ap2-auth-mysql/Makefile
+++ b/www/ap2-auth-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/02/24 17:51:10 cube Exp $
+# $NetBSD: Makefile,v 1.19 2009/02/24 17:53:03 cube Exp $
#
DISTNAME= mod_auth_mysql.c
@@ -44,7 +44,7 @@ do-build:
do-install:
cd ${WRKSRC} && \
- libexecdir=$$(${APXS} -q LIBEXECDIR) && \
+ libexecdir=`${APXS} -q LIBEXECDIR` && \
${APXS} -i -S LIBEXECDIR=${DESTDIR}"$${libexecdir}" \
-n ${APACHE_MODULE_NAME} ${APACHE_MODULE_NAME}.la
${INSTALL_DATA} ${WRKSRC}/mysql-group-auth.txt ${DESTDIR}${DOC_DIR}