summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 00:29:32 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 00:29:32 +0000
commitfdd75261a6942a781b0a317d157e180fc8a79b0c (patch)
tree109795b6904c34ff4e1bf8f5f626d77693df1c38 /devel/patch
parente61f25dea97878e132c55e9febdc852dc1ed1c88 (diff)
downloadpkgsrc-fdd75261a6942a781b0a317d157e180fc8a79b0c.tar.gz
We only need the evil hack with the old tools framework.
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 43938c7db34..e6f772b91e3 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/05/19 03:26:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/16 00:29:32 jlam Exp $
#
DISTNAME= patch-2.5.4
@@ -44,7 +44,9 @@ post-install:
.include "../../mk/bsd.pkg.mk"
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
# Needed for bootstrapping pkgsrc!
.if !exists(${GTAR})
GTAR= /usr/bin/tar # Solaris
.endif
+.endif