diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 05:59:14 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 05:59:14 +0000 |
commit | bffc80c64f9340c19886dee3c621ccf9d8701629 (patch) | |
tree | e97f900dba1d0a3c8cd481f1558da187f664fd72 /chat/sirc | |
parent | 0865b39e9e77b7205e698384f109ca8345452aa7 (diff) | |
download | pkgsrc-bffc80c64f9340c19886dee3c621ccf9d8701629.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index cde27351ac3..ecac5000ff5 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:26:18 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 06:05:04 snj Exp $ DISTNAME= sirc-2.211 PKGREVISION= 1 @@ -39,7 +39,7 @@ SIRC_SCRIPTS= \ www.pl \ yiff.pl -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes NO_CONFIGURE= yes NO_BUILD= yes DIST_SUBDIR= sirc @@ -75,5 +75,5 @@ do-install: ${ECHO} installing $$i ; \ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |