summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortonio <tonio>2005-10-26 12:59:51 +0000
committertonio <tonio>2005-10-26 12:59:51 +0000
commit3ab1978df8f67ff0c1b46531f4c30c33cfe284e3 (patch)
tree328a3fe0aa8796214e04002d852c253d40b28435
parent7f53a7e7f674251d1b27f6138f8b3c5b2cd2fec1 (diff)
downloadpkgsrc-3ab1978df8f67ff0c1b46531f4c30c33cfe284e3.tar.gz
Fix pkglint warning (set CONFIGURE_ARGS with +=)
-rw-r--r--textproc/rubber/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile
index 9cc21a4a74d..99feef054da 100644
--- a/textproc/rubber/Makefile
+++ b/textproc/rubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/10/17 17:12:04 tonio Exp $
+# $NetBSD: Makefile,v 1.8 2005/10/26 12:59:51 tonio Exp $
#
DISTNAME= rubber-1.0
@@ -19,7 +19,7 @@ INFO_FILES= rubber.info
TEXINFO_REQD= 4.6
PYTHON_VERSIONS_ACCEPTED= 24 23
-CONFIGURE_ARGS= --python=${PYTHONBIN} --prefix=${PREFIX} \
+CONFIGURE_ARGS+= --python=${PYTHONBIN} --prefix=${PREFIX} \
--datadir=${PREFIX}/share
.include "../../lang/python/application.mk"