diff options
author | seb <seb@pkgsrc.org> | 2002-11-24 22:23:12 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-11-24 22:23:12 +0000 |
commit | 76e473a890368776229f2625590c69aab76789ab (patch) | |
tree | e8fb5363d1283d3bab01fee840575463c2d3eaf6 /security/tct/Makefile | |
parent | e127039faa149f8c19a3d32739be8e3ae79f25d2 (diff) | |
download | pkgsrc-76e473a890368776229f2625590c69aab76789ab.tar.gz |
Trivially use buildlink2.
Diffstat (limited to 'security/tct/Makefile')
-rw-r--r-- | security/tct/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile index fb461121f87..9ec2e6b1e44 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/15 01:18:39 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/11/24 22:23:12 seb Exp $ # DISTNAME= tct-1.09 @@ -11,6 +11,7 @@ COMMENT= programs to aid post-mortem after a break-in DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip +USE_BUILDLINK2= yes REPLACE_PERL= bin/grave-robber bin/mactime bin/strip_tct_home REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath REPLACE_PERL+= lazarus/lazarus @@ -41,5 +42,5 @@ do-install: ${INSTALL_PROGRAM_DIR} ${LOCALBASE}/tct/conf cd ${WRKSRC}/conf && ${INSTALL_DATA} paths.pl *.cf ${LOCALBASE}/tct/conf -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |