diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 05:03:04 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 05:03:04 +0000 |
commit | c7e145853832ad16e3e42d267869a189cc2725ef (patch) | |
tree | c0d4ef788ddbeea1fffe61d90f9493c6f3757e34 /games | |
parent | b1c4f296b7540f42eb6099f486361d04a547a6b9 (diff) | |
download | pkgsrc-c7e145853832ad16e3e42d267869a189cc2725ef.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/minami/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/minami/Makefile b/games/minami/Makefile index 3dae11026e5..a1de4cf86a4 100644 --- a/games/minami/Makefile +++ b/games/minami/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:39:02 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/18 05:03:04 snj Exp $ # DISTNAME= minami-1.0.2 @@ -10,11 +10,11 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.guru.gr.jp/~issei/minami/ COMMENT= Text adventure -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES REPLACE_PERL= gen_act gen_dun gen_itm gen_scn minflag do-install: ${INSTALL_PROGRAM} ${WRKSRC}/minami ${PREFIX}/bin -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |