diff options
author | seb <seb@pkgsrc.org> | 2002-11-11 23:41:06 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-11-11 23:41:06 +0000 |
commit | 9cc45ab8b20502b3d6e0257bd66b00901dd1d7ca (patch) | |
tree | a4c903f93f6a1b992967e24ec7a27cbc2bcd7264 /chat/sirc | |
parent | b71eb19fb2cbe2d359abe22895e0fd684e03a37d (diff) | |
download | pkgsrc-9cc45ab8b20502b3d6e0257bd66b00901dd1d7ca.tar.gz |
Trivially use buildlink2.
Diffstat (limited to 'chat/sirc')
-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" |