pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-auth-mysql Shut up pkglint about $(...). What...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcee3db91d07
branches: trunk
changeset: 555105:bcee3db91d07
user: cube <cube%pkgsrc.org@localhost>
date: Tue Feb 24 17:53:03 2009 +0000
description:
Shut up pkglint about $(...). What do I care about Solaris, though?
diffstat:
www/ap2-auth-mysql/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8637ab6afcbe -r bcee3db91d07 www/ap2-auth-mysql/Makefile
--- a/www/ap2-auth-mysql/Makefile Tue Feb 24 17:51:10 2009 +0000
+++ b/www/ap2-auth-mysql/Makefile Tue Feb 24 17:53:03 2009 +0000
@@ -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-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}
Home |
Main Index |
Thread Index |
Old Index