diff options
author | tron <tron@pkgsrc.org> | 2001-03-24 21:10:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-24 21:10:12 +0000 |
commit | 7925db46ea180359ee743d9df53032e6d0903172 (patch) | |
tree | 56d3bf51465ea2462cd3b74c6f9caf39a3400040 /devel/patch/Makefile | |
parent | 019408d663adfe9ccc7f3c55af6a66628b12e7bf (diff) | |
download | pkgsrc-7925db46ea180359ee743d9df53032e6d0903172.tar.gz |
Recontruct bootstrap hack obviously required for strange experiments
performed by the dark side of the force.
Diffstat (limited to 'devel/patch/Makefile')
-rw-r--r-- | devel/patch/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 977759cece3..9c7feb101c2 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/23 14:11:23 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/24 21:10:12 tron Exp $ # DISTNAME= patch-2.5.4 @@ -19,3 +19,8 @@ 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 |