diff options
-rw-r--r-- | chat/sirc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index 22521646336..33bf1a1353e 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2002/11/11 23:41:06 seb Exp $ DISTNAME= sirc-2.211 PKGREVISION= 1 @@ -39,6 +39,7 @@ SIRC_SCRIPTS= \ www.pl \ yiff.pl +USE_BUILDLINK2= yes NO_CONFIGURE= yes NO_BUILD= yes DIST_SUBDIR= sirc @@ -74,5 +75,5 @@ do-install: ${ECHO} installing $$i ; \ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |