diff options
author | snj <snj@pkgsrc.org> | 2004-05-09 06:48:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-09 06:48:40 +0000 |
commit | 0e761f72259252432d62bd2b725da603e43749e6 (patch) | |
tree | 3e1947c532a5ead14343c7692368d73940c050bf /security/tct/Makefile | |
parent | 9878cedd3b41e36bc321d7b89b411fd358d904b0 (diff) | |
download | pkgsrc-0e761f72259252432d62bd2b725da603e43749e6.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'security/tct/Makefile')
-rw-r--r-- | security/tct/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile index 2e45ec5bb96..0ec9e1e9c1a 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 17:20:38 martti Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/09 06:48:40 snj Exp $ # DISTNAME= tct-1.09 @@ -11,7 +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 +USE_BUILDLINK3= yes REPLACE_PERL= bin/grave-robber bin/mactime bin/strip_tct_home REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath REPLACE_PERL+= lazarus/lazarus @@ -42,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/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |