diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 00:58:25 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 00:58:25 +0000 |
commit | 1102c2787963e2e56658c3dbfa1cebd1344f1ef6 (patch) | |
tree | beea57f938243ce2ef57c0d2a71a0b2abe95f243 /games | |
parent | 9c699a811638b6b64f122e8d60f4ad4062220e72 (diff) | |
download | pkgsrc-1102c2787963e2e56658c3dbfa1cebd1344f1ef6.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/netmaj/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/netmaj/Makefile b/games/netmaj/Makefile index f9310d621a4..f7404c6333c 100644 --- a/games/netmaj/Makefile +++ b/games/netmaj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:15:41 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/10 00:58:25 snj Exp $ # DISTNAME= netmaj-2.0.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.sfc.wide.ad.jp/~kusune/netmaj/ COMMENT= Mahjongg game with network and 1-4 player(s) support WRKSRC= ${WRKDIR}/netmaj -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined INSTALL_TARGET= install install-pf HTMLDIR= ${PREFIX}/share/doc/html/netmaj @@ -23,5 +23,5 @@ post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} ${INSTALL_DATA} ${WRKSRC}/html/* ${HTMLDIR} -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |