diff options
author | agc <agc@pkgsrc.org> | 2003-09-19 13:26:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-19 13:26:12 +0000 |
commit | 781a0fe476b35aaffa2c8aaa0bff0ce357dcdbe9 (patch) | |
tree | cccd1aaec79b7fc58240ecb34f112c25fe7a565b /security | |
parent | 394f9506319cd7b910e26c32c9a918db2163c85a (diff) | |
download | pkgsrc-781a0fe476b35aaffa2c8aaa0bff0ce357dcdbe9.tar.gz |
Mark tripwire as being only for NetBSD and Solaris right now.
The Darwin compile time configuration is easy to write, but I don't have a
Darwin box handy, and so the tw.conf.darwin is a bit difficult to write as
there tend to be a few non-standard paths.
In response to PR 22362.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 43c5d82ca5d..254fb5e3e1a 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:53:20 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/19 13:26:12 agc Exp $ # DISTNAME= tripwire-1.2 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cerias.purdue.edu/coast/coast-library.html COMMENT= File and directory integrity checker +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* + USE_BUILDLINK2= YES USE_PKGINSTALL= YES |