summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
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