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 | 7b68604c005d7f394f0c545003bd4f8e34459297 (patch) | |
tree | beea57f938243ce2ef57c0d2a71a0b2abe95f243 | |
parent | b47b1b8a5219514cc3eb3583570aa78f61560ace (diff) | |
download | pkgsrc-7b68604c005d7f394f0c545003bd4f8e34459297.tar.gz |
Use bl3.
-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" |