summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2004-01-10 07:31:07 +0000
committergrant <grant>2004-01-10 07:31:07 +0000
commitfa66ac5cc8a2dca9a897c38dd28f5fe7572066d1 (patch)
tree947f7ae28610c99c35ed802136b61feb64601ca9 /mk
parent5fccb30cde3928499392ce41e9681c385e74d8c8 (diff)
downloadpkgsrc-fa66ac5cc8a2dca9a897c38dd28f5fe7572066d1.tar.gz
Solaris' pax(1) has been insufficient for pkgsrc for a long time. nuke
any chance of using it.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.SunOS.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 6ed14f29e05..1e5f38ca97c 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.75 2004/01/08 14:53:06 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.76 2004/01/10 07:31:07 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -60,11 +60,7 @@ PATCH?= /usr/bin/gpatch
.else
PATCH?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}patch
.endif
-.if exists(${LOCALBASE}/bin/pax)
PAX?= ${LOCALBASE}/bin/pax
-.else
-PAX?= /bin/pax
-.endif
PERL5?= ${LOCALBASE}/bin/perl
PKGLOCALEDIR?= lib
PS?= /bin/ps