diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 23:18:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 23:18:49 +0000 |
commit | 3afcc7350733c2d1345052fdf289c6e10baf3b72 (patch) | |
tree | c6efbaa8d7c8d1e94534ea505babfa736a9223a2 /www | |
parent | 78ffcf9bf8be9f65d630bb5db73ecd9de8cecd8f (diff) | |
download | pkgsrc-3afcc7350733c2d1345052fdf289c6e10baf3b72.tar.gz |
Use "+=" instead of "=" for CONFIGURE_ARGS.
Diffstat (limited to 'www')
-rw-r--r-- | www/dillo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |