From dcff3ea3672f2c406ad5788c923cdc5f5ceb2095 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 29 Mar 2008 05:12:16 +0000 Subject: fix dup post-patch target for darwin. --- lang/guile/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 54f289e976c..432074bc30a 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2008/02/27 12:35:48 gdt Exp $ +# $NetBSD: Makefile,v 1.85 2008/03/29 05:12:16 tnn Exp $ DISTNAME= guile-1.8.4 PKGREVISION= 2 @@ -60,7 +60,8 @@ CPPFLAGS+= -Dmacosx # PRs: # http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=33665 # http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=36975 -post-patch: +post-patch: post-patch-darwin +post-patch-darwin: .PHONY ${MV} ${WRKSRC}/guile-config/guile-config.in.orig \ ${WRKSRC}/guile-config/guile-config.in .endif -- cgit v1.2.3