summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 19:11:12 +0000
committerjlam <jlam>2005-05-22 19:11:12 +0000
commit5bc50cfa0e921c9ff61145c62023b2e2dcc094f1 (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /devel/patch
parentd47a0264937ff9f454110f919b428457811f67c0 (diff)
downloadpkgsrc-5bc50cfa0e921c9ff61145c62023b2e2dcc094f1.tar.gz
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 275eee1112e..56fc6a3b39f 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/05/16 20:04:12 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/05/22 19:11:12 jlam Exp $
#
DISTNAME= patch-2.5.4
@@ -51,10 +51,3 @@ post-install:
.endif
.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