diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-29 05:12:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-29 05:12:16 +0000 |
commit | 5ae09460c0524ce8bc6941cddef96a114abd0459 (patch) | |
tree | 6c2cb2b62472a484f4d8d9d9a89038f7e5e15ed2 /lang | |
parent | 842916fea388a98197c156cbed414fbaa684b19c (diff) | |
download | pkgsrc-5ae09460c0524ce8bc6941cddef96a114abd0459.tar.gz |
fix dup post-patch target for darwin.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |