diff options
author | seb <seb> | 2002-11-11 23:41:06 +0000 |
---|---|---|
committer | seb <seb> | 2002-11-11 23:41:06 +0000 |
commit | a86015f739477c0c41edaf98cd49a9baa47b16a6 (patch) | |
tree | a4c903f93f6a1b992967e24ec7a27cbc2bcd7264 | |
parent | f1844dd68d9af02be1260ca15a095c17ab871fbf (diff) | |
download | pkgsrc-a86015f739477c0c41edaf98cd49a9baa47b16a6.tar.gz |
Trivially use buildlink2.
-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" |