diff options
author | taca <taca@pkgsrc.org> | 2002-01-30 11:52:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-30 11:52:43 +0000 |
commit | eff163c26dc0a078ae8056096e6ea88f985cad78 (patch) | |
tree | 642a011569001726edff082009237874fc9ef1fc /security/rats | |
parent | b729e570fd257d2d4cbe344e4d79a50c6ceedbbb (diff) | |
download | pkgsrc-eff163c26dc0a078ae8056096e6ea88f985cad78.tar.gz |
Don't override CONFIGURE_ARGS but append it.
P.S.
Update information of rats to 1.3 was reported to tech-pkg-ja@jp.netbsd.org
from "Shell, Hin-lik Hung" <shell@shellhung.org>.
Diffstat (limited to 'security/rats')
-rw-r--r-- | security/rats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 14b64977edc..5e6193fe3f6 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/29 00:51:50 taca Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/30 11:52:43 taca Exp $ # DISTNAME= rats-1.3 @@ -11,7 +11,7 @@ COMMENT= Rough Auditing Tool for Security USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined -CONFIGURE_ARGS= --libdir=${LOCALBASE}/share/rats +CONFIGURE_ARGS+= --libdir=${LOCALBASE}/share/rats ALL_TARGET= rats .include "../../textproc/expat/buildlink.mk" |