diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-26 12:59:51 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-26 12:59:51 +0000 |
commit | 6df3bd4382081f0c1423e8a14a55e3a38edc99a2 (patch) | |
tree | 328a3fe0aa8796214e04002d852c253d40b28435 /textproc | |
parent | 6b5ff3183f3edc9847dd5637fdfa3640c66e8f22 (diff) | |
download | pkgsrc-6df3bd4382081f0c1423e8a14a55e3a38edc99a2.tar.gz |
Fix pkglint warning (set CONFIGURE_ARGS with +=)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubber/Makefile | 4 |
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" |