diff options
author | taca <taca@pkgsrc.org> | 2002-01-29 00:51:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-29 00:51:50 +0000 |
commit | 3dcdb4e07653011a92eaec76685319c327be9172 (patch) | |
tree | 5ae2fca6fb9d01604504cd9c202e3c40416f1b60 /security | |
parent | c6c952fb0ad38460ffd649f5ffd1d1b9a3fd407f (diff) | |
download | pkgsrc-3dcdb4e07653011a92eaec76685319c327be9172.tar.gz |
Move ${LOCALBASE}/libdata/rats to ${LOCALBASE}/share/rats since this
directory contains machine independent files.
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 4 | ||||
-rw-r--r-- | security/rats/PLIST | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index b0c5e88965c..14b64977edc 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/01/29 00:37:05 taca Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/29 00:51:50 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}/libdata/rats +CONFIGURE_ARGS= --libdir=${LOCALBASE}/share/rats ALL_TARGET= rats .include "../../textproc/expat/buildlink.mk" diff --git a/security/rats/PLIST b/security/rats/PLIST index fd7607ffe36..2ffd681419b 100644 --- a/security/rats/PLIST +++ b/security/rats/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/29 00:37:05 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/01/29 00:51:50 taca Exp $ bin/rats -libdata/rats/rats-c.xml -libdata/rats/rats-perl.xml -libdata/rats/rats-python.xml -libdata/rats/rats-php.xml +share/rats/rats-c.xml +share/rats/rats-perl.xml +share/rats/rats-python.xml +share/rats/rats-php.xml |