summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn>2008-03-29 05:12:16 +0000
committertnn <tnn>2008-03-29 05:12:16 +0000
commitdcff3ea3672f2c406ad5788c923cdc5f5ceb2095 (patch)
tree6c2cb2b62472a484f4d8d9d9a89038f7e5e15ed2 /lang
parentfb4e2eb288239b62b1840fa5e021f092b4f6ac22 (diff)
downloadpkgsrc-dcff3ea3672f2c406ad5788c923cdc5f5ceb2095.tar.gz
fix dup post-patch target for darwin.
Diffstat (limited to 'lang')
-rw-r--r--lang/guile/Makefile5
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