summaryrefslogtreecommitdiff
path: root/security/rats
diff options
context:
space:
mode:
authortaca <taca>2002-01-30 11:52:43 +0000
committertaca <taca>2002-01-30 11:52:43 +0000
commitc0b39a171bfd8379572064c162c27ed1faa3b01e (patch)
tree642a011569001726edff082009237874fc9ef1fc /security/rats
parentb0b4a9be360ac82f95ae62b7fddeb00c6d6c5bc8 (diff)
downloadpkgsrc-c0b39a171bfd8379572064c162c27ed1faa3b01e.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/Makefile4
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"