diff options
author | cube <cube> | 2009-02-24 17:53:03 +0000 |
---|---|---|
committer | cube <cube> | 2009-02-24 17:53:03 +0000 |
commit | 2043c3ab9cbd83b6cb8ada77386ade38334e4f8e (patch) | |
tree | 42369fc9a78fe2bfff5acc9fbf781914cdbe544a /www/ap2-auth-mysql | |
parent | 40c25a2a040de410682397d46871b413d474bd74 (diff) | |
download | pkgsrc-2043c3ab9cbd83b6cb8ada77386ade38334e4f8e.tar.gz |
Shut up pkglint about $(...). What do I care about Solaris, though?
Diffstat (limited to 'www/ap2-auth-mysql')
-rw-r--r-- | www/ap2-auth-mysql/Makefile | 4 |
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} |