Wed Aug 29 09:05:31 2012 UTC ()
Not MAKE_JOBS_SAFE.


(dholland)
diff -r1.24 -r1.25 pkgsrc/security/tct/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/security/tct/Makefile (expand / switch to unified diff)

--- pkgsrc/security/tct/Makefile 2011/10/17 19:32:24 1.24
+++ pkgsrc/security/tct/Makefile 2012/08/29 09:05:31 1.25
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.24 2011/10/17 19:32:24 shattered Exp $ 1# $NetBSD: Makefile,v 1.25 2012/08/29 09:05:31 dholland Exp $
2# 2#
3 3
4DISTNAME= tct-1.09 4DISTNAME= tct-1.09
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= http://www.porcupine.org/forensics/ 7MASTER_SITES= http://www.porcupine.org/forensics/
8 8
9MAINTAINER= frazee.23@osu.edu 9MAINTAINER= frazee.23@osu.edu
10HOMEPAGE= http://www.porcupine.org/forensics/tct.html 10HOMEPAGE= http://www.porcupine.org/forensics/tct.html
11COMMENT= Programs to aid post-mortem after a break-in 11COMMENT= Programs to aid post-mortem after a break-in
12 12
13NOT_FOR_PLATFORM= NetBSD-[4-9]*-* 13NOT_FOR_PLATFORM= NetBSD-[4-9]*-*
 14MAKE_JOBS_SAFE= no
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip 18DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
18 19
19USE_TOOLS+= perl:run 20USE_TOOLS+= perl:run
20REPLACE_PERL+= bin/grave-robber bin/mactime bin/strip_tct_home 21REPLACE_PERL+= bin/grave-robber bin/mactime bin/strip_tct_home
21REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath 22REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath
22REPLACE_PERL+= lazarus/lazarus 23REPLACE_PERL+= lazarus/lazarus
23 24
24MAKE_ENV+= PERL5=${PERL5:Q} 25MAKE_ENV+= PERL5=${PERL5:Q}
25 26
26INSTALLATION_DIRS+= tct/bin tct/conf tct/etc share/doc/tct ${PERL5_INSTALLVENDORLIB} 27INSTALLATION_DIRS+= tct/bin tct/conf tct/etc share/doc/tct ${PERL5_INSTALLVENDORLIB}