diff options
author | tron <tron@pkgsrc.org> | 2001-03-23 14:11:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-23 14:11:23 +0000 |
commit | e0a11e40c9205797063e64d8a4c59a11153e9e6c (patch) | |
tree | fafb891f3864d19b29d5fab44da68c28bb4c4b6f /devel/patch | |
parent | aa40aef12eade434b687f91721f8cc535c5641b9 (diff) | |
download | pkgsrc-e0a11e40c9205797063e64d8a4c59a11153e9e6c.tar.gz |
Remove hack required for boot strapping Zoularis before "tar" was
included.
Diffstat (limited to 'devel/patch')
-rw-r--r-- | devel/patch/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 2ed38d86594..977759cece3 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 14:38:55 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/23 14:11:23 tron Exp $ # DISTNAME= patch-2.5.4 @@ -19,8 +19,3 @@ IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif .include "../../mk/bsd.pkg.mk" - -# Needed for bootstrapping pkgsrc! -.if !exists(${GTAR}) -GTAR= /usr/bin/tar # Solaris -.endif |