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