BIN_PACKAGES is obsolete
from Mikolaj Kucharski
This commit is contained in:
parent
68d528df10
commit
2342cf4f65
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# $OpenBSD: dpb,v 1.13 2005/03/03 21:08:03 sturm Exp $
|
# $OpenBSD: dpb,v 1.14 2008/10/24 16:34:19 sturm Exp $
|
||||||
# Copyright (c) 2004 Nikolay Sturm <sturm@openbsd.org>.
|
# Copyright (c) 2004 Nikolay Sturm <sturm@openbsd.org>.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -30,7 +30,7 @@ use File::Temp;
|
|||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
|
|
||||||
our $MAKE = "/usr/bin/make";
|
our $MAKE = "/usr/bin/make";
|
||||||
our $MAKEFLAGS = "BATCH=Yes BIN_PACKAGES=Yes BULK=Yes TRUST_PACKAGES=Yes";
|
our $MAKEFLAGS = "BATCH=Yes BULK=Yes TRUST_PACKAGES=Yes";
|
||||||
our $PORTSDIR = $ENV{'PORTSDIR'} || "/usr/ports";
|
our $PORTSDIR = $ENV{'PORTSDIR'} || "/usr/ports";
|
||||||
our $TMPDIR = $ENV{'PKG_TMPDIR'} || '/var/tmp';
|
our $TMPDIR = $ENV{'PKG_TMPDIR'} || '/var/tmp';
|
||||||
our @SSH = ("/usr/bin/ssh", "-n");
|
our @SSH = ("/usr/bin/ssh", "-n");
|
||||||
|
Loading…
Reference in New Issue
Block a user