diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | d0915c61c3e5274723f1ab455789fc8891f1bec5 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /security/rats | |
parent | 9df842d1237e5ab852210ddbb94642641ca27d97 (diff) | |
download | pkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
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 392b492ee1d..86bccf6c1f2 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:47:18 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/17 04:49:48 jlam Exp $ # DISTNAME= rats-2.1 @@ -13,7 +13,7 @@ COMMENT= Rough Auditing Tool for Security PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/rats +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/rats BUILD_TARGET= rats .include "../../textproc/expat/buildlink3.mk" |