pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache Remove an instance of ${TYPE} from pkgsrc. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e829fc2865a
branches:  trunk
changeset: 493359:0e829fc2865a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 03 22:17:17 2005 +0000

description:
Remove an instance of ${TYPE} from pkgsrc.  The use of the private
variable _INSTALL_CMD is only temporary until we switch over to the
new tools framework.

diffstat:

 www/apache/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7d1122cc625 -r 0e829fc2865a www/apache/Makefile
--- a/www/apache/Makefile       Tue May 03 22:05:26 2005 +0000
+++ b/www/apache/Makefile       Tue May 03 22:17:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2005/04/18 14:40:17 wiz Exp $
+# $NetBSD: Makefile,v 1.163 2005/05/03 22:17:17 jlam Exp $
 #
 # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
 # code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -186,7 +186,7 @@
 
 post-patch:
        @cd ${WRKSRC}/src/support;                                      \
-       ${SED}  -e "s|@INSTALL@|"`${TYPE} ${INSTALL} | ${AWK} '{ print $$NF }'`" -c -o ${LIBOWN} -g ${LIBGRP}|" \
+       ${SED}  -e "s|@INSTALL@|"${_INSTALL_CMD:Q}" -c -o ${LIBOWN} -g ${LIBGRP}|" \
                apxs.pl > apxs.pl.sed;                                  \
        ${MV} apxs.pl.sed apxs.pl
 



Home | Main Index | Thread Index | Old Index