From 3afcc7350733c2d1345052fdf289c6e10baf3b72 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 23:18:49 +0000 Subject: Use "+=" instead of "=" for CONFIGURE_ARGS. --- www/dillo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/dillo') diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 5336c12da20..200b1838685 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -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 @@ COMMENT= Very small and fast graphical web-browser 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 -- cgit v1.2.3