pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/dillo Use "+=" instead of "=" for CONFIGURE_ARGS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df821e2d0f63
branches:  trunk
changeset: 501578:df821e2d0f63
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 23:18:49 2005 +0000

description:
Use "+=" instead of "=" for CONFIGURE_ARGS.

diffstat:

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

diffs (18 lines):

diff -r 6df8b7468d69 -r df821e2d0f63 www/dillo/Makefile
--- a/www/dillo/Makefile        Sun Oct 23 23:16:52 2005 +0000
+++ b/www/dillo/Makefile        Sun Oct 23 23:18:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/06/19 08:07:05 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2005/10/23 23:18:49 rillig Exp $
 
 DISTNAME=      dillo-0.8.5
 CATEGORIES=    www
@@ -12,7 +12,7 @@
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 
-CONFIGURE_ARGS=                --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 EGDIR=         ${PREFIX}/share/examples/dillo
 CONF_FILES=    ${EGDIR}/dillorc.default ${PKG_SYSCONFDIR}/dillorc



Home | Main Index | Thread Index | Old Index