From 4ec5ce9a25c0ae9e5d462396a7f3ac13d53b73b3 Mon Sep 17 00:00:00 2001 From: Marc Recht Date: Wed, 26 Mar 2003 00:14:12 +0000 Subject: [PATCH] Use MAKEFILE and REPLACE_PERL. Suggested by: Thomas Klausner --- gtk-sharp/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gtk-sharp/Makefile b/gtk-sharp/Makefile index 217244c5c9..caa617b1a4 100644 --- a/gtk-sharp/Makefile +++ b/gtk-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/24 22:44:54 marc Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/26 00:14:12 marc Exp $ # DISTNAME= gtk-sharp-0.8 @@ -19,6 +19,12 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES PERL5_SITELIB= YES +MAKEFILE= makefile + +REPLACE_PERL= bin/gapi.pl +REPLACE_PERL+= bin/gapi2xml.pl +REPLACE_PERL+= bin/gapi_pp.pl + PARSER_MK= ${WRKSRC}/parser/Makefile.in @@ -27,12 +33,6 @@ post-patch: ${PARSER_MK} > ${PARSER_MK}.new ${MV} ${PARSER_MK}.new ${PARSER_MK} -do-build: - cd ${WRKSRC} && ${GMAKE} -f makefile - -do-install: - cd ${WRKSRC} && ${GMAKE} -f makefile install - .include "../../databases/libgnomedb/buildlink2.mk" .include "../../lang/mono/buildlink2.mk" .include "../../www/libgtkhtml/buildlink2.mk"